Add evil-magit
This commit is contained in:
parent
c6be0997ad
commit
3df6a810e9
1 changed files with 4 additions and 4 deletions
|
@ -54,10 +54,10 @@
|
|||
(doom-popup-magit-hacks)
|
||||
(def-popup! (:custom (lambda (b &rest _) (derived-mode-p 'magit-mode)))
|
||||
:align below :size 0.5)
|
||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode))
|
||||
(use-package evil-magit
|
||||
:after magit
|
||||
:config (evil-set-initial-state 'magit-popup-mode 'normal))
|
||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)
|
||||
|
||||
(require 'evil-magit)
|
||||
(evil-set-initial-state 'magit-popup-mode 'normal))
|
||||
|
||||
(after! vc-annotate
|
||||
(evil-set-initial-state 'vc-annotate-mode 'normal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue