emacs
Writing GNU Emacs Extensions
I’m not an Emacs Lisp programmer. In the best case scenario a wanna-be Emacs Lisp hacker. A few months ago I decided to have an introduction to this world full of parenthesis to solve a few problems I was having with Emacs default settings. When I first started using Emacs I had a hard time [...]
Emacs key bindings everywhere
I can only hear the sound of tapping while I type on my stupid keyboard. No scales, chords or notes. Even so, I treat the keyboard as a musical instrument. To improve typing or playing one should avoid unnecessary motion. If your hands stand still while only your fingers move you save energy, time and [...]
eLisp and buffers
I finally decided to devote some time to learning elisp and get rid of the shame I have every time I copy and paste code into my .emacs file. I’m now reading Programming in Emacs Lisp (Second Edition) by Robert J. Chassell. It is really good reading. Not only to learn elisp but also because [...]