summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-20 08:28:37 -0600
committerCase Duckworth2022-01-20 08:28:37 -0600
commit043a1861587ba3921ba3e6132762457e9b78236b (patch)
tree1a1130cecc468dbe450dcfa7debec159ea7c8f3e /early-init.el
parentHm. (diff)
downloademacs-043a1861587ba3921ba3e6132762457e9b78236b.tar.gz
emacs-043a1861587ba3921ba3e6132762457e9b78236b.zip
Load +straight.el
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 840a649..c379934 100644 --- a/early-init.el +++ b/early-init.el
@@ -145,7 +145,8 @@ See `no-littering' for examples.")
145 145
146(dolist (pkg '(el-patch 146(dolist (pkg '(el-patch
147 no-littering 147 no-littering
148 setup)) 148 setup
149 straight)) ; already installed, but what the hell
149 (straight-use-package pkg) 150 (straight-use-package pkg)
150 (require pkg) 151 (require pkg)
151 (require (intern (format "+%s" pkg)) nil :noerror)) 152 (require (intern (format "+%s" pkg)) nil :noerror))