juliapath / evil-numbers

Increment and decrement numbers in Emacs
GNU General Public License v3.0
39 stars 6 forks source link

Cleanup: use '--' separator for private functions #16

Closed ideasman42 closed 3 years ago

ideasman42 commented 3 years ago

Cleanup: use '--' separator for private functions

Currently package-lint-current-buffer warns about breaking the convention of using dashes for separators.

While this can't be changed with the public functions, the convention can be used for private functions.

This also has the advantage of abbreviating function display with nameless-mode.

juliapath commented 3 years ago

Thank you.