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:
parent
7383ed4dc1
commit
141938ef94
1 changed files with 4 additions and 3 deletions
|
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue