lang/org: only load evil-org-agenda if evil is loaded
This commit is contained in:
parent
28c13c230f
commit
f2be46d60f
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue