|
|
@ -634,9 +634,10 @@ Language Server Protocol. |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package yasnippet |
|
|
|
(use-package yasnippet |
|
|
|
:defer t |
|
|
|
:defer t |
|
|
|
:config |
|
|
|
:init |
|
|
|
(setq yas-snippet-dirs (list (concat dot-emacs-dir "/snippets"))) |
|
|
|
(setq yas-snippet-dirs (list (concat dot-emacs-dir "/snippets"))) |
|
|
|
(setq yas-prompt-functions '(yas-completing-prompt)) |
|
|
|
(setq yas-prompt-functions '(yas-completing-prompt)) |
|
|
|
|
|
|
|
:config |
|
|
|
(yas-global-mode)) |
|
|
|
(yas-global-mode)) |
|
|
|
|
|
|
|
|
|
|
|
(use-package yasnippet-snippets |
|
|
|
(use-package yasnippet-snippets |
|
|
|