spacemacs/init-package/init-yasnippet.el

8 lines
289 B
EmacsLisp
Raw Normal View History

(require 'yasnippet)
2013-03-14 04:40:23 +00:00
(require 'helm-c-yasnippet)
(setq helm-c-yas-space-match-any-greedy t)
(yas-global-mode t)
(setq yas-prompt-functions '(yas-dropdown-prompt yas-ido-prompt yas-x-prompt))
(setq yas-wrap-around-region 'cua)
(yas-load-directory (concat user-emacs-directory "/snippets"))