Closed mattiasb closed 7 years ago
When installing from Melpa, it's really convenient to have an autoload cookie for the main package entry point.
Installation ends up being
(package-install spaceline-all-the-icons.el)
… and usage:
(spaceline-all-the-icons-theme)
No need for any require anymore.
This is a very good point! Thanks for reminding me to do this :)
When installing from Melpa, it's really convenient to have an autoload cookie for the main package entry point.
Installation ends up being
… and usage:
No need for any require anymore.