Add yasnippet

This commit is contained in:
Alexander Rosenberg 2023-10-12 15:08:13 -07:00
parent 4b225cf244
commit 0e3491c9a8
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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