feature/evil: refactor neotree-make-executor fix
The autoload is necessary in case neotree was installed in another session.
This commit is contained in:
parent
eb9fa90adf
commit
d9a179d071
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
||||||
;; `evil-collection-neotree' uses the `neotree-make-executor' macro, but this
|
;; `evil-collection-neotree' uses the `neotree-make-executor' macro, but this
|
||||||
;; requires neotree be available during byte-compilation (while installing).
|
;; requires neotree be available during byte-compilation (while installing).
|
||||||
(when (featurep! :ui neotree)
|
(when (featurep! :ui neotree)
|
||||||
(depends-on! :ui neotree))
|
(package! neotree)
|
||||||
|
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||||
|
|
||||||
(package! evil-collection))
|
(package! evil-collection))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue