diff options
author | Case Duckworth | 2021-03-01 16:16:06 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-01 16:16:06 -0600 |
commit | 6d0c86fdcce416bc6800c004749822073be10ec6 (patch) | |
tree | 2a358c8cc360d1ccca50df7ba240d74661c369f6 | |
parent | Ignore server/ (diff) | |
download | emacs-6d0c86fdcce416bc6800c004749822073be10ec6.tar.gz emacs-6d0c86fdcce416bc6800c004749822073be10ec6.zip |
Move straight install directory
-rw-r--r-- | early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index dc91cba..57bc7f2 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -217,7 +217,7 @@ | |||
217 | (defvar bootstrap-version) | 217 | (defvar bootstrap-version) |
218 | (let ((bootstrap-file | 218 | (let ((bootstrap-file |
219 | (expand-file-name | 219 | (expand-file-name |
220 | "repos/straight.el/bootstrap.el" | 220 | "straight/repos/straight.el/bootstrap.el" |
221 | straight-base-dir)) | 221 | straight-base-dir)) |
222 | (bootstrap-version 5)) | 222 | (bootstrap-version 5)) |
223 | (unless (file-exists-p bootstrap-file) | 223 | (unless (file-exists-p bootstrap-file) |