aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-15 16:43:24 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-27 12:20:20 -0500
commitc936086abd17576b708e5d654a24d78f9eaf9a4a (patch)
tree71e5152b4dc19a82d01d297d34e6366a018181dc
parent5c6f90081fad69a8430e81e7d9e04212f7f3e009 (diff)
downloadpiem-c936086abd17576b708e5d654a24d78f9eaf9a4a.tar.gz
piem: Put dispatch transient in its own section
The dispatch transient is under the "Patch handling" section, which doesn't really fit because it already has a command that isn't related to patch handling (piem-inject-thread-into-maildir) and will gain more.
-rw-r--r--piem.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/piem.el b/piem.el
index cf43503..9db9a0c 100644
--- a/piem.el
+++ b/piem.el
@@ -752,6 +752,9 @@ this triggers the creation of a new worktree."
(magit-status-setup-buffer am-directory)
(dired am-directory))))
+
+;;;; Dispatch
+
;;;###autoload (autoload 'piem-dispatch "piem" nil t)
(define-transient-command piem-dispatch ()
"Invoke a piem command."