From 04c1d8c317560f86f61327725e17498f95017240 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 10 Jan 2025 12:21:52 +0100 Subject: [PATCH] completion: use corfu instead of company --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index ab20b07..456c5dc 100644 --- a/init.org +++ b/init.org @@ -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