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:
parent
743c03f608
commit
d123128dc5
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue