diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7b3eb13..baeb962 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -44,7 +44,8 @@ :init (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-block) + (add-hook 'completion-at-point-functions #'cape-keyword)) (use-package vertico :straight t :init (add-hook 'after-init-hook 'vertico-mode))