From a8c1af95d67cb725a96176b58197b77d40f3f911 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 24 Dec 2023 07:28:05 +0000 Subject: [PATCH] Add cape-dict and cape-emoji to capf list --- README.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index a65274b..aa7e74d 100644 --- a/README.org +++ b/README.org @@ -831,7 +831,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] #+begin_src emacs-lisp (use-package corfu :ensure t - :after (vertico orderless eglot) + :after (vertico orderless) :custom (corfu-cycle t) (corfu-auto t) @@ -878,9 +878,10 @@ For reference information, see [[https://orgmode.com][Org-mode website]] :ensure t :after (corfu) :init - (add-to-list 'completion-at-point-functions #'cape-dabbrev) + (add-to-list 'completion-at-point-functions #'cape-emoji) + (add-to-list 'completion-at-point-functions #'cape-dict) (add-to-list 'completion-at-point-functions #'cape-file) - (add-to-list 'completion-at-point-functions #'cape-elisp-block)) + (add-to-list 'completion-at-point-functions #'cape-dabbrev)) #+end_src *** Consult