feat(buffer-completion): replace company-mode with corfu

This commit is contained in:
Laurens Miers 2025-01-08 21:48:29 +01:00
parent e692a9de93
commit 275d07b961

View file

@ -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