From faa71b9e5da0d63463d288dbb691be0efd816125 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 19 Nov 2024 21:47:58 -0500 Subject: [PATCH] fix(emacs): add `cape-elisp-symbol` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-completion.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/priime-completion.el b/.emacs.d/include/priime-completion.el index b96cbd0..0f20828 100644 --- a/.emacs.d/include/priime-completion.el +++ b/.emacs.d/include/priime-completion.el @@ -23,6 +23,7 @@ (add-hook 'completion-at-point-functions #'cape-dabbrev) (add-hook 'completion-at-point-functions #'cape-file) (add-hook 'completion-at-point-functions #'cape-elisp-block) + (add-hook 'completion-at-point-functions #'cape-elisp-symbol) (add-hook 'completion-at-point-functions #'cape-keyword)) (use-package vertico :straight t :init