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