Load +straight.el

This commit is contained in:
Case Duckworth 2022-01-20 08:28:37 -06:00
parent 81c6f17854
commit 043a186158
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ See `no-littering' for examples.")
(dolist (pkg '(el-patch
no-littering
setup))
setup
straight)) ; already installed, but what the hell
(straight-use-package pkg)
(require pkg)
(require (intern (format "+%s" pkg)) nil :noerror))