emacs/var/elfeed/db/data/c8/c8b7ebb0ef65972e07f91dc8186153465496f617
2022-01-03 12:49:32 -06:00

21 lines
979 B
Plaintext

<p>Raw link: <a href="https://www.youtube.com/watch?v=vtwYIKUZwEM">https://www.youtube.com/watch?v=vtwYIKUZwEM</a></p>
<p>In this video tutorial I present the <code>icomplete</code> library that is built
into Emacs. This is an incremental completion framework that offers
live feedback on the candidates that match your current input.</p>
<p>I have been using Icomplete for a bit less than a month and have made
lots of customisations to it and other parts of the interface (such as
<code>display-buffer-alist</code>). The result has proven good enough for me to
switch away from the Ivy completion framework (which I had also
configured quite extensively).</p>
<p>Icomplete is simple by design: take it as an opportunity to experiment
and to find your own solutions to problems that involve elisp scripting.</p>
<p>See <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a> for the actual
implementation.</p>