yasnippet: update config
This commit is contained in:
parent
2dac48fb2b
commit
c1b69f80b4
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@
|
||||||
yas-indent-line 'auto
|
yas-indent-line 'auto
|
||||||
yas-also-auto-indent-first-line t
|
yas-also-auto-indent-first-line t
|
||||||
yas-wrap-around-region nil
|
yas-wrap-around-region nil
|
||||||
|
yas-prompt-functions '(yas-ido-prompt yas-no-prompt)
|
||||||
;; Only load personal snippets
|
;; Only load personal snippets
|
||||||
yas-snippet-dirs doom-snippet-dirs
|
yas-snippet-dirs (list (concat doom-private-dir "/snippets")
|
||||||
yas-prompt-functions '(yas-ido-prompt yas-no-prompt))
|
(concat doom-private-dir "/templates")))
|
||||||
|
|
||||||
(add-hook! (text-mode prog-mode snippet-mode markdown-mode org-mode)
|
(add-hook! (text-mode prog-mode snippet-mode markdown-mode org-mode)
|
||||||
'yas-minor-mode-on)
|
'yas-minor-mode-on)
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
;; Fix previous hook persisting yas-selected-text between expansions
|
;; Fix previous hook persisting yas-selected-text between expansions
|
||||||
(add-hook 'yas-after-exit-snippet-hook 'doom|yas-after-expand)
|
(add-hook 'yas-after-exit-snippet-hook 'doom|yas-after-expand)
|
||||||
;; Suppress yasnippet with helm
|
;; Suppress yasnippet with helm
|
||||||
(after! helm (push 'helm-alive-p yas-dont-activate)))
|
(after! helm (push 'helm-alive-p yas-dont-activate-functions)))
|
||||||
|
|
||||||
(use-package auto-yasnippet
|
(use-package auto-yasnippet
|
||||||
:commands (aya-create aya-expand aya-open-line aya-persist-snippet)
|
:commands (aya-create aya-expand aya-open-line aya-persist-snippet)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue