From 6e1e28b50bd13c9c1fa689e7de28a169597f2d74 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 19 Jul 2018 12:45:59 +0200 Subject: [PATCH] Add the yasnippet-snippets package --- customizations.el | 1 + init.el | 2 ++ 2 files changed, 3 insertions(+) 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)