add yasnippet-snippets

This commit is contained in:
Jack Kamm 2018-01-14 22:51:20 +01:00 committed by syl20bnr
parent 4fa20328a6
commit 4f0a5e3aee

View file

@ -21,6 +21,7 @@
(helm-c-yasnippet :requires helm)
hippie-exp
yasnippet
yasnippet-snippets
auto-yasnippet
smartparens
))
@ -174,6 +175,8 @@
;; Try to expand yasnippet snippets based on prefix
(push 'yas-hippie-try-expand hippie-expand-try-functions-list)))
(defun auto-completion/init-yasnippet-snippets ())
(defun auto-completion/init-yasnippet ()
(use-package yasnippet
:commands (yas-global-mode yas-minor-mode)