Timeline for Disable package without uninstalling
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 29, 2017 at 15:38 | comment | added | npostavs | @gavenkoa Did you also restart Emacs? This doesn't unload the package after the fact. | |
| Apr 29, 2017 at 10:00 | comment | added | Gilles 'SO- stop being evil' | @gavenkoa Works for me under Emacs 24.4. company-mode is not autoloaded. I forgot to mention that you should put all in the list, without it all your packages would have been disabled. Check that you're setting this before any call to package-initialize or anything that would call package-initialize, such as use-package (but if you're using use-package, see mclear's answer). | |
| Apr 29, 2017 at 10:00 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | added 172 characters in body |
| Apr 28, 2017 at 20:19 | comment | added | gavenkoa | Hm... (setq package-load-list '((company nil))) doesn't work for me. Seems it's better to uninstall. At least this can be done in visual way because finding package name can be cumbersome. | |
| Apr 28, 2017 at 18:05 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |