Elisp Cheat Sheet

Musa Al-hassy has a very nice Elisp reference sheet. It doesn’t cover the Elisp run-time system so such as general Lisp constructs as used by Emacs. His table of contents gives a good idea of what’s covered:

  1. Functions
  2. Variables
  3. Block of Code
  4. List Manipulation
  5. Conditionals
  6. Exception Handling
  7. Loops
  8. Records
  9. Macros
  10. Hooks

Each of the sections has some explanatory test and sample code. It’s to the point and easy to read. There’s also a nicely formatted PDF that you can download or bookmark.

If you’re an Elisp n00b or want to learn it, this is a useful resource.

This entry was posted in General and tagged , . Bookmark the permalink.