mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Restore =S gpg-sign option for magit
Curiously, interactive rebasing seems to fail to sign commits without this option present in some cases.
This commit is contained in:
@ -30,6 +30,9 @@ what features are available.")
|
||||
|
||||
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\)" :ignore t)
|
||||
|
||||
(magit-define-popup-option 'magit-rebase-popup
|
||||
?S "Sign using gpg" "--gpg-sign=" #'magit-read-gpg-secret-key)
|
||||
|
||||
;; so magit buffers can be switched to (except for process buffers)
|
||||
(defun +magit-buffer-p (buf)
|
||||
(with-current-buffer buf
|
||||
|
Reference in New Issue
Block a user