mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Goodbye Helm, hello Ivy
This commit is contained in:
@ -13,8 +13,7 @@
|
||||
(setq yas-verbosity 0
|
||||
yas-indent-line 'auto
|
||||
yas-also-auto-indent-first-line t
|
||||
yas-wrap-around-region nil
|
||||
yas-prompt-functions '(yas-ido-prompt yas-no-prompt)
|
||||
yas-prompt-functions '(doom/yas-ivy-prompt yas-ido-prompt yas-no-prompt)
|
||||
;; Only load personal snippets
|
||||
yas-snippet-dirs (list (concat doom-private-dir "/snippets")
|
||||
(concat doom-private-dir "/templates")))
|
||||
|
Reference in New Issue
Block a user