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

@ -8,6 +8,7 @@
;;; Code:
(use-package go-mode
:straight t
:defer t)
(provide 'lang-go)