Extract ivy config into core-ivy.el
This commit is contained in:
parent
d21b82d89b
commit
c28bb1519d
3 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
(setq yas-verbosity 0
|
||||
yas-indent-line 'auto
|
||||
yas-also-auto-indent-first-line t
|
||||
yas-prompt-functions '(doom/yas-ivy-prompt yas-ido-prompt yas-no-prompt)
|
||||
yas-prompt-functions '(yas-ido-prompt yas-no-prompt)
|
||||
;; Only load personal snippets
|
||||
yas-snippet-dirs (list (concat doom-private-dir "/snippets")
|
||||
(concat doom-private-dir "/templates")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue