diff --git a/init.el b/init.el index 1ef24d4..5a33f73 100644 --- a/init.el +++ b/init.el @@ -449,6 +449,12 @@ visual states." "--malloc-trim" "--function-arg-placeholders"))) (advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)) +;; yasnippet +(use-package yasnippet + :bind ("C-c s" . yas-expand) + :init + (yas-global-mode 1)) + ;; project.el (use-package project :bind (:map project-prefix-map