bump straight.el bootstrap-version
This commit is contained in:
parent
dde8a080dd
commit
4b7537fe70
6
init.el
6
init.el
@ -1,6 +1,6 @@
|
|||||||
;;; Below are fragments from my Emacs configuration file
|
;;; Below are fragments from my Emacs configuration file
|
||||||
;;; (`~/.emacs.d/init.el`) using
|
;;; (`~/.emacs.d/init.el`) using
|
||||||
;;; [straight.el](https://github.com/raxod502/straight.el) instead of
|
;;; [straight.el](https://github.com/radian-software/straight.el) instead of
|
||||||
;;; Emacs builtin `package.el`. (For old `package.el` based version
|
;;; Emacs builtin `package.el`. (For old `package.el` based version
|
||||||
;;; see [here](/dotemacs/2022-02-15/)).
|
;;; see [here](/dotemacs/2022-02-15/)).
|
||||||
|
|
||||||
@ -14,11 +14,11 @@
|
|||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
|
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
|
||||||
(bootstrap-version 5))
|
(bootstrap-version 6))
|
||||||
(unless (file-exists-p bootstrap-file)
|
(unless (file-exists-p bootstrap-file)
|
||||||
(with-current-buffer
|
(with-current-buffer
|
||||||
(url-retrieve-synchronously
|
(url-retrieve-synchronously
|
||||||
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
|
"https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el"
|
||||||
'silent 'inhibit-cookies)
|
'silent 'inhibit-cookies)
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(eval-print-last-sexp)))
|
(eval-print-last-sexp)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user