Set sensible ordering of corfu and cape loading
This commit is contained in:
parent
01d599480f
commit
4fc03764c6
|
@ -690,6 +690,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
#+begin_src emacs-lisp
|
||||
(use-package corfu
|
||||
:ensure t
|
||||
:after vertico
|
||||
:custom
|
||||
(corfu-cycle t)
|
||||
(corfu-auto t)
|
||||
|
@ -735,6 +736,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
|
||||
(use-package cape
|
||||
:ensure t
|
||||
:after corfu
|
||||
:config
|
||||
(add-to-list 'completion-at-point-functions #'cape-file)
|
||||
(add-to-list 'completion-at-point-functions #'cape-dabbrev)
|
||||
|
|
Loading…
Reference in a new issue