completion: use corfu instead of company

This commit is contained in:
Janis 2025-01-10 12:21:52 +01:00
parent 92e5c747aa
commit 04c1d8c317

View file

@ -1171,7 +1171,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
)
#+end_src
** Company - Auto-Completion
** COMMENT Company - Auto-Completion
#+begin_src emacs-lisp
(use-package company
:straight t
@ -1184,7 +1184,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
company-idle-delay 0.0))
#+end_src
** COMMENT Corfu - Auto-Completion
** Corfu - Auto-Completion
Auto-completion using =corfu=:
#+begin_src emacs-lisp
(use-package corfu