Refactor initfiles

This commit is contained in:
Henrik Lissner 2014-07-21 03:52:01 -04:00
parent d5f2bb1d23
commit 223e9843b6
11 changed files with 96 additions and 84 deletions

View file

@ -15,9 +15,13 @@
(require-package 'yasnippet)
;;;#yasnippet
(yas-global-mode t)
;; (yas-global-mode t)
(associate-mode 'snippet-mode '("emacs.+/snippets/") t)
(diminish 'yas-minor-mode)
(add-hook 'prog-mode-hook
'(lambda ()
(yas-minor-mode)
(diminish 'yas-minor-mode " @")
))
;;
(provide 'mod-snippets)