From 0e3491c9a8c17f9d39922a30386d0ad140c2cc75 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 12 Oct 2023 15:08:13 -0700 Subject: [PATCH] Add yasnippet --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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