sebasmonia / panda

Emacs package that consumes Bamboo's REST API to do useful things.
MIT License
3 stars 3 forks source link

More autoloads #31

Closed sebasmonia closed 11 months ago

sebasmonia commented 1 year ago

After merging #30 and reading more about autoloads, there is a bunch of functions that should have an autoload cookie. Will need to go over the code and pick which ones.

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

sebasmonia commented 11 months ago

Closed with https://github.com/sebasmonia/panda/commit/286785687d4ffe29fd1d95c699d378743d32ac00.

It did end up removing the autoloads added in #30, since the modes defined are only used from the public functions.