add yasnippet-snippets

This commit is contained in:
Łukasz Pankowski 2019-12-19 21:17:04 +01:00
parent 1d2c5c5e54
commit 259a69d95f

View File

@ -381,6 +381,9 @@ of the key binding used to execute this command."
("C-c & t" . yas-describe-tables) ("C-c & t" . yas-describe-tables)
("C-c & &" . org-mark-ring-goto))) ("C-c & &" . org-mark-ring-goto)))
(use-package yasnippet-snippets
:defer)
(use-package helm-c-yasnippet (use-package helm-c-yasnippet
:bind :bind
(("C-c y" . helm-yas-complete))) (("C-c y" . helm-yas-complete)))