Goodbye Helm, hello Ivy
This commit is contained in:
parent
e8344945f5
commit
bc33e39823
14 changed files with 191 additions and 83 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue