diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-15 16:43:24 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-11-27 12:20:20 -0500 |
commit | c936086abd17576b708e5d654a24d78f9eaf9a4a (patch) | |
tree | 71e5152b4dc19a82d01d297d34e6366a018181dc | |
parent | 5c6f90081fad69a8430e81e7d9e04212f7f3e009 (diff) | |
download | piem-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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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." |