feat(packages): Replace package.el with straight.el

This commit is contained in:
2020-01-31 02:47:23 +00:00
parent ee916bb347
commit b13ca362cb
51 changed files with 304 additions and 15916 deletions

View File

@@ -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