feature/snippets: simplify var config
This commit is contained in:
parent
9a71a73538
commit
16df33a5b1
1 changed files with 2 additions and 4 deletions
|
@ -21,11 +21,9 @@
|
||||||
#'yas-minor-mode-on)
|
#'yas-minor-mode-on)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(setq yas-verbosity 0
|
(setq yas-verbosity (if doom-debug-mode 3 0)
|
||||||
yas-indent-line 'auto
|
|
||||||
yas-also-auto-indent-first-line t
|
yas-also-auto-indent-first-line t
|
||||||
yas-prompt-functions '(yas-completing-prompt yas-ido-prompt yas-no-prompt)
|
yas-prompt-functions (delq 'yas-dropdown-prompt yas-prompt-functions)
|
||||||
yas-use-menu nil
|
|
||||||
;; Allow nested snippets
|
;; Allow nested snippets
|
||||||
yas-triggers-in-field t)
|
yas-triggers-in-field t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue