tools/magit: fix leader key in magit-blame
This commit is contained in:
parent
7dd5c12b44
commit
39b08b4d05
1 changed files with 2 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue