lang/org: only load evil-org-agenda if evil is loaded

This commit is contained in:
Henrik Lissner 2018-05-29 11:12:14 +02:00
parent 28c13c230f
commit f2be46d60f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -28,6 +28,7 @@
(add-hook 'org-load-hook #'+org|setup-evil))
(def-package! evil-org-agenda
:when (featurep! :feature evil)
:after org-agenda
:config (evil-org-agenda-set-keys))