Add the yasnippet-snippets package

This commit is contained in:
Gergely Polonkai 2018-07-19 12:45:59 +02:00
parent 81fb595ca8
commit 6e1e28b50b
2 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,7 @@
xlicense
yaml-mode
yasnippet
yasnippet-snippets
zone-nyan
zygospore)))
'(safe-local-variable-values (quote ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)"))))

View File

@ -687,6 +687,8 @@
(yas-global-mode 1)
(add-hook 'post-command-hook 'sachachua/change-cursor-color-when-can-expand))
(use-package yasnippet-snippets)
(use-package vala-snippets
:after
yasnippet)