Closed progfolio closed 3 years ago
Words are powerless to express my gratitude!
Where can I study the elisp code style?
Running M-x checkdoc
in an elisp project is one way.
There are also these resources:
https://www.emacswiki.org/emacs/CodingStyle https://github.com/bbatsov/emacs-lisp-style-guide https://github.com/riscy/melpazoid
Useful info! Thank you so much!
Running flymake or flycheck mode (in combination with checkdoc) will prevent errors and keep code consistent with the elisp style guide.
See: #21