mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:when (featurep! :feature evil)
|
||||
:after magit
|
||||
:config
|
||||
;; evil-snipe conflicts with magit
|
||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode))
|
||||
:after magit)
|
||||
|
||||
|
Reference in New Issue
Block a user