trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue