1
0
Fork 0

fix(emacs): add cape-elisp-symbol

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-19 21:47:58 -05:00
parent b1c249ff67
commit faa71b9e5d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -23,6 +23,7 @@
(add-hook 'completion-at-point-functions #'cape-dabbrev) (add-hook 'completion-at-point-functions #'cape-dabbrev)
(add-hook 'completion-at-point-functions #'cape-file) (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-block)
(add-hook 'completion-at-point-functions #'cape-elisp-symbol)
(add-hook 'completion-at-point-functions #'cape-keyword)) (add-hook 'completion-at-point-functions #'cape-keyword))
(use-package vertico :straight t (use-package vertico :straight t
:init :init