spacemacs/init-package/init-yasnippet.el
2013-11-15 10:36:33 -05:00

6 lines
161 B
EmacsLisp

(require 'yasnippet)
(require 'helm-c-yasnippet)
(setq helm-c-yas-space-match-any-greedy t)
(setq yas-snippet-dirs '("~/.emacs.d/snippets"))
(yas-global-mode 1)