23 Dec 2020

Outside of editing a buffer, one of the most common user interface in Emacs is completing-read, which allows you to select an item from a list of choices. I thought I would expand on it with a bit of Lisp code to explain how to give your interactive functions a bit more interaction.

Read more...