mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Unpin neotree in evil module
This package! is here to ensure neotree is installed/byte-compiled before evil-collection. The neotree module manages (and pins) it, so we don't need to here.
This commit is contained in:
@ -27,7 +27,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)
|
||||||
(package! neotree :pin "c2420a4b34")
|
(package! neotree)
|
||||||
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||||
|
|
||||||
(package! evil-collection :pin "27da36c705"))
|
(package! evil-collection :pin "27da36c705"))
|
||||||
|
Reference in New Issue
Block a user