branch: elpa/git-commit commit 5e2d12615223a24a959a8c38854a146dda6a6d74 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-dwim-selection: Add forge-edit-topic-draft --- lisp/magit-base.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 516265afc8..25a4b614ef 100644 --- a/lisp/magit-base.el +++ b/lisp/magit-base.el @@ -98,6 +98,7 @@ alphabetical order, depending on your version of Ivy." (forge-browse-pullreq nil t) (forge-edit-topic-title nil t) (forge-edit-topic-state nil t) + (forge-edit-topic-draft nil t) (forge-edit-topic-milestone nil t) (forge-edit-topic-labels nil t) (forge-edit-topic-marks nil t)