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)
|
(doom-popup-magit-hacks)
|
||||||
(def-popup! (:custom (lambda (b &rest _) (derived-mode-p 'magit-mode)))
|
(def-popup! (:custom (lambda (b &rest _) (derived-mode-p 'magit-mode)))
|
||||||
:align below :size 0.5)
|
:align below :size 0.5)
|
||||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode))
|
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)
|
||||||
(use-package evil-magit
|
|
||||||
:after magit
|
(require 'evil-magit)
|
||||||
:config (evil-set-initial-state 'magit-popup-mode 'normal))
|
(evil-set-initial-state 'magit-popup-mode 'normal))
|
||||||
|
|
||||||
(after! vc-annotate
|
(after! vc-annotate
|
||||||
(evil-set-initial-state 'vc-annotate-mode 'normal)
|
(evil-set-initial-state 'vc-annotate-mode 'normal)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue