add yasnippet-snippets
This commit is contained in:
parent
1d2c5c5e54
commit
259a69d95f
3
init.el
3
init.el
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user