tools/magit: gate evil-magit behind evil +everywhere flag

This commit is contained in:
Henrik Lissner 2018-05-31 21:31:29 +02:00
parent 1a28a0c088
commit dff6e44635
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
(def-package! evil-magit
:when (featurep! :feature evil)
:when (featurep! :feature evil +everywhere)
:after magit
:init (setq evil-magit-state 'normal)
:config

View file

@ -5,5 +5,5 @@
(package! magit-gitflow)
(when (featurep! +hub)
(package! magithub))
(when (featurep! :feature evil)
(when (featurep! :feature evil +everywhere)
(package! evil-magit)))