Change from package.el to straight.el.

This commit is contained in:
kj
2022-05-27 17:04:28 -04:00
parent fb890c4ceb
commit 7ee9bd4492
9 changed files with 95 additions and 168 deletions

View File

@ -9,6 +9,7 @@
(use-package js
:defer t
:straight t
:mode
("\\.js$" . js-mode)
:config
@ -17,6 +18,7 @@
;; json-mode
(use-package json-mode
:defer t
:straight t
:ensure t
:mode
("\\.json$" . json-mode)