domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
234 stars 24 forks source link

Main entrypoint autoload cookie #4

Closed mattiasb closed 7 years ago

mattiasb commented 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.

domtronn commented 7 years ago

This is a very good point! Thanks for reminding me to do this :)