mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Refactor initfiles
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user