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