diff --git a/README.org b/README.org index 2ca560d..19d26aa 100644 --- a/README.org +++ b/README.org @@ -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)