mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(text-editing): minor tweak and cleanup of yasnippet setup
This commit is contained in:
@@ -6,12 +6,17 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package yasnippet-snippets
|
||||
:defer t)
|
||||
|
||||
(use-package yasnippet
|
||||
:hook (emacs-startup . yas-global-mode)
|
||||
:diminish yas-minor-mode)
|
||||
:diminish yas-minor-mode
|
||||
:hook
|
||||
(prog-mode . yas-minor-mode)
|
||||
|
||||
:config
|
||||
(yas-reload-all))
|
||||
|
||||
(use-package yasnippet-snippets
|
||||
:defer t
|
||||
:after (yasnippet))
|
||||
|
||||
(provide 'siren-yasnippet)
|
||||
;;; siren-yasnippet.el ends here
|
||||
|
||||
Reference in New Issue
Block a user