mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
editor/fold: fix load-order dependency on evil
In case the user is enabling this module before the evil module.
This commit is contained in:
@ -9,9 +9,10 @@
|
||||
[remap evil-open-fold-rec] #'+fold/open
|
||||
[remap evil-close-folds] #'+fold/close-all
|
||||
[remap evil-open-folds] #'+fold/open-all)
|
||||
(evil-define-key* 'motion 'global
|
||||
"zj" #'+fold/next
|
||||
"zk" #'+fold/previous))
|
||||
(after! evil
|
||||
(evil-define-key* 'motion 'global
|
||||
"zj" #'+fold/next
|
||||
"zk" #'+fold/previous)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user