From 259a69d95faf89d3b1b27357472708daf75d5234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 19 Dec 2019 21:17:04 +0100 Subject: [PATCH] add yasnippet-snippets --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 1041789..db793c2 100644 --- a/init.el +++ b/init.el @@ -381,6 +381,9 @@ of the key binding used to execute this command." ("C-c & t" . yas-describe-tables) ("C-c & &" . org-mark-ring-goto))) +(use-package yasnippet-snippets + :defer) + (use-package helm-c-yasnippet :bind (("C-c y" . helm-yas-complete)))