From 79c99c757039c183a67a9f23dc2c379a24b19b59 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 16 Dec 2023 01:06:53 +0200 Subject: emacs:(packages) Update straight.el bootstrap --- .emacs.d/modules/thanos-packages.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.emacs.d/modules/thanos-packages.el') 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 -- cgit v1.2.3