From c936086abd17576b708e5d654a24d78f9eaf9a4a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 15 Nov 2020 16:43:24 -0500 Subject: 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. --- piem.el | 3 +++ 1 file changed, 3 insertions(+) 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." -- cgit v1.2.3