mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
tools/magit: gate evil-magit behind evil +everywhere flag
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(def-package! evil-magit
|
(def-package! evil-magit
|
||||||
:when (featurep! :feature evil)
|
:when (featurep! :feature evil +everywhere)
|
||||||
:after magit
|
:after magit
|
||||||
:init (setq evil-magit-state 'normal)
|
:init (setq evil-magit-state 'normal)
|
||||||
:config
|
:config
|
||||||
|
@@ -5,5 +5,5 @@
|
|||||||
(package! magit-gitflow)
|
(package! magit-gitflow)
|
||||||
(when (featurep! +hub)
|
(when (featurep! +hub)
|
||||||
(package! magithub))
|
(package! magithub))
|
||||||
(when (featurep! :feature evil)
|
(when (featurep! :feature evil +everywhere)
|
||||||
(package! evil-magit)))
|
(package! evil-magit)))
|
||||||
|
Reference in New Issue
Block a user