fix: switch back to company from corfu to avoid random crash
It seems like a known issue (don't have the link anymore..) but company is doing fine for now so just switch back to it.
This commit is contained in:
parent
d3dc9465dd
commit
1a21781fba
1 changed files with 2 additions and 2 deletions
|
|
@ -471,7 +471,7 @@ C-c C-c to apply."
|
||||||
|
|
||||||
*** Corfu
|
*** Corfu
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
;; Optional customizations
|
;; Optional customizations
|
||||||
:bind (:map corfu-map ("<tab>" . corfu-complete))
|
:bind (:map corfu-map ("<tab>" . corfu-complete))
|
||||||
|
|
@ -502,7 +502,7 @@ C-c C-c to apply."
|
||||||
|
|
||||||
*** Company-mode
|
*** Company-mode
|
||||||
|
|
||||||
#+BEGIN_SRC
|
#+BEGIN_SRC emacs-lisp
|
||||||
(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