spacemacs

jumar 2022-01-20T10:47:08.037600Z

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-johnny 2022-01-20T11:22:30.038300Z

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-johnny 2022-01-20T11:27:20.038500Z

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

jumar 2022-01-20T11:42:03.038800Z

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.