summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-packages.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-16 01:06:53 +0200
committerThanos Apollo <[email protected]>2023-12-16 01:06:53 +0200
commit79c99c757039c183a67a9f23dc2c379a24b19b59 (patch)
tree59c14bd6cee9effd598663c9d0b164243526463e /.emacs.d/modules/thanos-packages.el
parent7deffbc4b8fc13012472e36c064e0107590bd75e (diff)
emacs:(packages) Update straight.el bootstrap
Diffstat (limited to '.emacs.d/modules/thanos-packages.el')
-rw-r--r--.emacs.d/modules/thanos-packages.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-packages.el b/.emacs.d/modules/thanos-packages.el
index e426e24..abfbaff 100644
--- a/.emacs.d/modules/thanos-packages.el
+++ b/.emacs.d/modules/thanos-packages.el
@@ -34,8 +34,11 @@
;; Install straight.el
(defvar bootstrap-version)
(let ((bootstrap-file
- (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
- (bootstrap-version 6))
+ (expand-file-name
+ "straight/repos/straight.el/bootstrap.el"
+ (or (bound-and-true-p straight-base-dir)
+ user-emacs-directory)))
+ (bootstrap-version 7))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
(url-retrieve-synchronously