diff --git a/.emacs.d/include/priime-completion.el b/.emacs.d/include/priime-completion.el index 9f9dc4c..b22fa59 100644 --- a/.emacs.d/include/priime-completion.el +++ b/.emacs.d/include/priime-completion.el @@ -23,7 +23,6 @@ (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