Refactor initfiles
This commit is contained in:
parent
d5f2bb1d23
commit
223e9843b6
11 changed files with 96 additions and 84 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue