mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
feature/version-control: don't disable evil-snipe in magit; it should do that itself
This commit is contained in:
@ -40,8 +40,5 @@
|
|||||||
|
|
||||||
(def-package! evil-magit
|
(def-package! evil-magit
|
||||||
:when (featurep! :feature evil)
|
:when (featurep! :feature evil)
|
||||||
:after magit
|
:after magit)
|
||||||
:config
|
|
||||||
;; evil-snipe conflicts with magit
|
|
||||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode))
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user