Skip to content

Commit 4c2e39f

Browse files
committed
straight: update to boostrap version 6
1 parent c41fbbf commit 4c2e39f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

modules/config-package.el

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@
1414
straight-recipes-gnu-elpa-use-mirror t)
1515

1616
(defvar bootstrap-version)
17-
(let ((bootstrap-file
18-
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
19-
(bootstrap-version 5))
20-
(unless (file-exists-p bootstrap-file)
21-
(with-current-buffer
22-
(url-retrieve-synchronously
23-
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
24-
'silent 'inhibit-cookies)
25-
(goto-char (point-max))
26-
(eval-print-last-sexp)))
27-
(unless (featurep 'straight)
28-
(load bootstrap-file nil 'nomessage))))
17+
(let ((bootstrap-file
18+
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
19+
(bootstrap-version 6))
20+
(unless (file-exists-p bootstrap-file)
21+
(with-current-buffer
22+
(url-retrieve-synchronously
23+
"https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el"
24+
'silent 'inhibit-cookies)
25+
(goto-char (point-max))
26+
(eval-print-last-sexp)))
27+
(load bootstrap-file nil 'nomessage)))
2928

3029
;; =============================================
3130
;; Setup use-package

0 commit comments

Comments
 (0)