mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(packages): Replace package.el with straight.el
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
(use-package yasnippet-snippets)
|
||||
|
||||
(use-package yasnippet
|
||||
:demand
|
||||
:diminish yas-minor-mode
|
||||
:config
|
||||
(yas-global-mode t))
|
||||
:hook (after-init . yas-global-mode)
|
||||
:diminish yas-minor-mode)
|
||||
|
||||
(provide 'siren-yasnippet)
|
||||
;;; siren-yasnippet.el ends here
|
||||
|
||||
Reference in New Issue
Block a user