We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8bd2a commit 7256077Copy full SHA for 7256077
early-init.el
@@ -1,12 +1,11 @@
1
-;; Bootstrap for `straight.el' package manager
2
(defvar bootstrap-version)
3
(let ((bootstrap-file
4
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
5
- (bootstrap-version 5))
+ (bootstrap-version 6))
6
(unless (file-exists-p bootstrap-file)
7
(with-current-buffer
8
(url-retrieve-synchronously
9
- "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
+ "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el"
10
'silent 'inhibit-cookies)
11
(goto-char (point-max))
12
(eval-print-last-sexp)))
0 commit comments