How to Prevent Packages from Being Removed #16073
-
Been getting familiarized with emacs, but have a long way to go... Very appreciative of Spacemacs' ease of use, etc. One issue I'm having is not being able to figure out why certain packages are auto-removed at every startup, or how to prevent it. I'll use Neotree as example. 'M-x install-package' > select Neotree > Return, causes successful installation, but then it is removed at the next startup. Adding I found something somewhere that indicated I could add Is something not working right, or am I missing something? How to "permanently" install it? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
So just found out that Thanks |
Beta Was this translation helpful? Give feedback.
-
Although this question is not about using neotree, just for completeness, for neotree there is also the neotree layer. Have not tested it though... B.t.w., AFAIK, if a package is well written, then adding its name in |
Beta Was this translation helpful? Give feedback.
Although this question is not about using neotree, just for completeness, for neotree there is also the neotree layer. Have not tested it though...
B.t.w., AFAIK, if a package is well written, then adding its name in
dotspacemacs-additional-packages
should also take care of (loading) dependencies. It is the responsibility of the package to 'declare' its dependencies via the dependencies package attribute (see here).