mirror of https://github.com/bjeanes/dotfiles.git
9 lines
163 B
EmacsLisp
9 lines
163 B
EmacsLisp
|
(require 'yasnippet)
|
||
|
|
||
|
(add-to-list 'yas-snippet-dirs
|
||
|
(concat esk-user-dir "/snippets"))
|
||
|
|
||
|
(yas-reload-all)
|
||
|
|
||
|
(add-hook 'prog-mode-hook 'yas-minor-mode)
|