diff options
author | Case Duckworth | 2022-01-20 08:28:37 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-20 08:28:37 -0600 |
commit | 043a1861587ba3921ba3e6132762457e9b78236b (patch) | |
tree | 1a1130cecc468dbe450dcfa7debec159ea7c8f3e | |
parent | Hm. (diff) | |
download | emacs-043a1861587ba3921ba3e6132762457e9b78236b.tar.gz emacs-043a1861587ba3921ba3e6132762457e9b78236b.zip |
Load +straight.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)) |