mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
;; requires neotree be available during byte-compilation (while installing).
|
||||
(when (featurep! :ui neotree)
|
||||
(package! neotree :pin "c2420a4b34")
|
||||
(package! neotree)
|
||||
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||
|
||||
(package! evil-collection :pin "27da36c705"))
|
||||
|
Reference in New Issue
Block a user