A curated list of Emacs Lisp development resources

Awesome Elisp is a comprehensive list of resources for Emacs Lisp (Elisp) development. It provides not just a simple index, but also comments on the listed resources. Elisp, short for Emacs Lisp, is a dialect of Lisp specific to Emacs. It is not limited to extending Emacs functionalities, but can also be used to browse, extend, or override core Emacs functionalities at runtime. Learning Elisp can greatly enhance the capabilities of Emacs and is a fun endeavor. The content includes resources for entry-level and advanced learning, cookbooks, package authoring, contributing to Emacs development, tools for interactive development and debugging, documentation and introspection, code editing, testing, profiling, validation, building, syntax highlighting and visual enhancements.

https://github.com/p3r7/awesome-elisp

To top