yuchen-lea / org-media-note

Taking interactive notes when watching videos or listening to audios in org-mode.
GNU General Public License v3.0
243 stars 35 forks source link

Code style #23

Closed progfolio closed 3 years ago

progfolio commented 3 years ago

Running flymake or flycheck mode (in combination with checkdoc) will prevent errors and keep code consistent with the elisp style guide.

See: #21

yuchen-lea commented 3 years ago

Words are powerless to express my gratitude!

Where can I study the elisp code style?

progfolio commented 3 years ago

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

yuchen-lea commented 3 years ago

Useful info! Thank you so much!