Comment on completion setup

This commit is contained in:
contrapunctus 2022-01-14 16:52:46 +05:30
parent 6beef200ff
commit 6760668c4c
1 changed files with 5 additions and 0 deletions

View File

@ -2557,6 +2557,11 @@ PR ideas
:PROPERTIES:
:CREATED: 2022-01-13T20:39:41+0530
:END:
The =initials= completion style is excellent! Instead of typying =(w-o-t-t|<TAB>)= to get =(with-output-to-temp-buffer|)=, you can just type =(wott|<TAB>)=.
But with =initials=, the desired completion is often buried in the results. That is where =prescient= shines - it remembers your input text and ranks previously-selected suggestions higher.
#+BEGIN_SRC emacs-lisp
(use-package emacs
:config