diff --git a/config.el b/config.el index 4c564ba..1d319b8 100644 --- a/config.el +++ b/config.el @@ -41,6 +41,11 @@ (call-interactively #'consult-yasnippet)) (t (call-interactively #'yas-insert-snippet)))) +(use-package! yasnippet-capf + :after cape + :config + (add-to-list 'completion-at-point-functions #'yasnippet-capf)) + ;; set default frame size on launch (setq default-frame-alist '( (left . 0) (top . 0) (height . 48) (width . 160) ))