completion: use corfu instead of company
This commit is contained in:
parent
92e5c747aa
commit
04c1d8c317
4
init.org
4
init.org
|
@ -1171,7 +1171,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Company - Auto-Completion
|
** COMMENT Company - Auto-Completion
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package company
|
(use-package company
|
||||||
:straight t
|
:straight t
|
||||||
|
@ -1184,7 +1184,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
|
||||||
company-idle-delay 0.0))
|
company-idle-delay 0.0))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** COMMENT Corfu - Auto-Completion
|
** Corfu - Auto-Completion
|
||||||
Auto-completion using =corfu=:
|
Auto-completion using =corfu=:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
|
|
Loading…
Reference in a new issue