diff --git a/customizations.el b/customizations.el index 4acc47a..9a0ed9b 100644 --- a/customizations.el +++ b/customizations.el @@ -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]+\\)")))) diff --git a/init.el b/init.el index c08d010..5c04646 100644 --- a/init.el +++ b/init.el @@ -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)