jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

add autoload magic comments #11

Closed jpkotta closed 7 years ago

jpkotta commented 7 years ago

There should be ;;;###autoload comments for all of the user-facing commands (i.e. anything that's interactive). That way, package.el will automatically make and load a -autoloads.el file so the library doesn't have to be loaded until it's first used.

https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html

jabranham commented 7 years ago

Thanks!