]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Update Completion Preview post
authorEshel Yaron <me@eshelyaron.com>
Fri, 17 Nov 2023 18:56:54 +0000 (19:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Nov 2023 18:56:54 +0000 (19:56 +0100)
source/posts/2023-11-17-completion-preview-in-emacs.org

index e32ffad8d17898e8c55ffd1a773b4fec679c7e30..92bafbe5de11df6d3e92ff8a07e018fc471f40a3 100644 (file)
@@ -60,10 +60,10 @@ in-buffer completions, no extra configuration needed.  You can think
 of Completion Preview as another, second, "frontend" for
 ~completion-at-point-functions~.  I explicitly say it's a second
 frontend, because Completion Preview does not replace your regular
-completion selection UI, be it [[https://github.com/minad/corfu][~corfu~]] and its kind or the good old
-=*Completions*= buffer.  The preview and the selection UI are two
-complementary features, so you can use Completion Preview with any
-completion UI.
+completion selection UI, be it [[https://github.com/minad/corfu][~corfu~]] and its kind,
+~icomplete-in-buffer~, or the good old =*Completions*= buffer.  The
+preview and the selection UI are two complementary features, so you
+can use Completion Preview with any completion selection UI.
 
 The second important question is "when exactly is the preview shown?"
 The answer is that it /may/ be shown after each command.  My initial