Fix yasnippet directory config
This commit is contained in:
parent
a175124b7f
commit
7af73db03b
2
init.el
2
init.el
@ -1362,7 +1362,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
||||
:custom
|
||||
(yas-also-indent-empty-lines t "Indent lines in expanded templates even if empty")
|
||||
(yas-also-auto-indent-first-line t "Always indent first line in expanded templates")
|
||||
(yas-snippet-dirs user/yasnippet-directory "Set snippet files location")
|
||||
(yas-snippet-dirs '(user/yasnippet-directory) "Set snippet files location")
|
||||
:hook
|
||||
(prog-mode-hook . yas-minor-mode)
|
||||
(text-mode-hook . yas-minor-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user