Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Spacemacs Deletes Irony At Start #524

Open g00sed opened 5 years ago

g00sed commented 5 years ago

I've installed irony and irony-server several times only to have it deleted when I restart the editor.

kainarchai commented 5 years ago

You should add it to dotspacemacs-additional-packages list or set dotspacemacs-install-packages to used-but-keep-unused in your .spacemacs config file. It's because spacemacs keeps track of installed packages and removes them if they are not included in specific layer or enabled explicitly.