trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
<div class="date">23 Dec 2020</div>
|
||||
|
||||
<p>
|
||||
Outside of editing a buffer, one of the most common user interface in Emacs is <code>completing-read</code>, 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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://www.howardism.org/Technical/Emacs/alt-completing-read.html">Read more...</a>
|
||||
</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue