-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commentary #18
Comments
It might be good to have a description of how to set up Flycheck too! |
Yes 👍 to setting up Flycheck. I think I suggest using emacs-prelude for new users in my help guide, which comes with flycheck installed and configured, but a separate guide would be good. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
- split up into different sections, accommodate people just starting out with Emacs a bit more - add installation instructions for starter kits - add Doom Emacs starter kit for people switching from vim - reference style guide and coding conventions closes exercism#198 works on exercism#18 (exercism#18 (comment))
* Improve "Learning Emacs Lisp" doc - split up into different sections, accommodate people just starting out with Emacs a bit more - add installation instructions for starter kits - add Doom Emacs starter kit for people switching from vim - reference style guide and coding conventions closes #198 works on #18 (#18 (comment)) * Minor fixes from proof reading
Since elisp packages have a very structured and opinionated format, requiring a
;;; Commentary:
section, it might be good to add some language-specific guidance for each exercise here. I'll update with a running checklist of exercises that have/need commentary, but I figure if Emacs says do it, and it could be helpful to users, who am I to argue?The text was updated successfully, but these errors were encountered: