mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/magit: fix leader key in magit-blame
This commit is contained in:
@ -41,8 +41,5 @@
|
||||
:after magit
|
||||
:config
|
||||
(setq evil-magit-state 'normal)
|
||||
|
||||
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
||||
;; its done (since it's a minor-mode).
|
||||
(add-hook! 'magit-blame-mode-hook
|
||||
(evil-local-mode (if magit-blame-mode -1 +1))))
|
||||
(map! :map (magit-mode-map magit-blame-read-only-mode-map)
|
||||
doom-leader-key nil))
|
||||
|
Reference in New Issue
Block a user