tools/magit: gate evil-magit behind evil +everywhere flag
This commit is contained in:
parent
1a28a0c088
commit
dff6e44635
2 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue