summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-01 16:16:06 -0600
committerCase Duckworth2021-03-01 16:16:06 -0600
commit6d0c86fdcce416bc6800c004749822073be10ec6 (patch)
tree2a358c8cc360d1ccca50df7ba240d74661c369f6 /early-init.el
parentIgnore server/ (diff)
downloademacs-6d0c86fdcce416bc6800c004749822073be10ec6.tar.gz
emacs-6d0c86fdcce416bc6800c004749822073be10ec6.zip
Move straight install directory
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
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)