Fork me on GitHub
#spacemacs
<
2022-01-20
>
jumar10:01:08

spacemacs keeps asking me to install asciidoc layer when I open a .adoc file, which I don't want. How can I turned that off? And can I quickly uninstall the layer without restarting emacs?

practicalli-johnny11:01:30

Only install layers explicitly defined in the layer list - this will disabled prompting to install other layers dotspacemacs-enable-lazy-installation ​nil - it's at the top of the .spacemacs file

practicalli-johnny11:01:20

Try setting the above setting to nil and the SPC f e R to reload the Spacemacs config. That should remove the package Otherwise I assume a package can be removed via the Emacs package manager https://stackoverflow.com/questions/20541322/how-to-remove-installed-elpa-package

jumar11:01:03

Thanks again! I'd prefer to disable this only for this particular package but if there's no other option then I'll disable it for all.