Skip to content

Commit 7256077

Browse files
committed
Upgrade early-init.el
1 parent 8a8bd2a commit 7256077

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

early-init.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
;; Bootstrap for `straight.el' package manager
21
(defvar bootstrap-version)
32
(let ((bootstrap-file
43
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
5-
(bootstrap-version 5))
4+
(bootstrap-version 6))
65
(unless (file-exists-p bootstrap-file)
76
(with-current-buffer
87
(url-retrieve-synchronously
9-
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
8+
"https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el"
109
'silent 'inhibit-cookies)
1110
(goto-char (point-max))
1211
(eval-print-last-sexp)))

0 commit comments

Comments
 (0)