feat(buffer-completion): replace company-mode with corfu
This commit is contained in:
parent
e692a9de93
commit
275d07b961
1 changed files with 2 additions and 2 deletions
|
|
@ -471,7 +471,7 @@ C-c C-c to apply."
|
||||||
|
|
||||||
*** Corfu
|
*** Corfu
|
||||||
|
|
||||||
#+BEGIN_SRC
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
;; Optional customizations
|
;; Optional customizations
|
||||||
:custom
|
:custom
|
||||||
|
|
@ -499,7 +499,7 @@ C-c C-c to apply."
|
||||||
|
|
||||||
*** Company-mode
|
*** Company-mode
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC
|
||||||
(use-package company
|
(use-package company
|
||||||
:config
|
:config
|
||||||
(define-key prog-mode-map
|
(define-key prog-mode-map
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue