Add yasnippet
This commit is contained in:
parent
4b225cf244
commit
0e3491c9a8
6
init.el
6
init.el
@ -449,6 +449,12 @@ visual states."
|
|||||||
"--malloc-trim" "--function-arg-placeholders")))
|
"--malloc-trim" "--function-arg-placeholders")))
|
||||||
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster))
|
(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
|
;; project.el
|
||||||
(use-package project
|
(use-package project
|
||||||
:bind (:map project-prefix-map
|
:bind (:map project-prefix-map
|
||||||
|
Loading…
Reference in New Issue
Block a user