Fix yasnippet variables, they need to be set in :init
This commit is contained in:
@@ -634,9 +634,10 @@ Language Server Protocol.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package yasnippet
|
||||
:defer t
|
||||
:config
|
||||
:init
|
||||
(setq yas-snippet-dirs (list (concat dot-emacs-dir "/snippets")))
|
||||
(setq yas-prompt-functions '(yas-completing-prompt))
|
||||
:config
|
||||
(yas-global-mode))
|
||||
|
||||
(use-package yasnippet-snippets
|
||||
|
||||
Reference in New Issue
Block a user