Emergency Elisp
Are you an Emacs user but don’t know Lisp? Welcome to my first Emacs Lisp
primer! This should hopefully help get you over the hurdle so you can have more
control over your Emacs sessions.
There are lots of ways to do things in Lisp, and some are “Lispier” than
others. I’m going to focus on how to do things you probably already know how to
do from C++ or Java.
I’m mostly focusing on the language itself, since that’s arguably the hardest
part. There are tons of Emacs-specific APIs that you can learn how to use from
the documentation.
Read the rest of this entry »
