Skip to content

Commit

Permalink
Update straight.el bootstrap script to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jun 23, 2023
1 parent 409b090 commit 7bfbb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/emacs/files/conf.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
(bootstrap-version 5))
(bootstrap-version 6))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
(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)
(goto-char (point-max))
(eval-print-last-sexp)))
Expand Down

0 comments on commit 7bfbb87

Please sign in to comment.