diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index f46d340..8023a3c 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -13,6 +13,9 @@ (key-chord-define-global ",g" 'magit-status) +(define-key magit-popup-mode-map (kbd "SPC <t>") 'magit-invoke-popup-switch) +(define-key magit-popup-mode-map (kbd "SPC SPC <t>") 'magit-invoke-popup-option) + (defun km/magit-auto-commit () "Commit all changes with \"auto\" commit message. Useful for non-source code repos (e.g., Org mode note files)." |