diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 3 |
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)) |