File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 14
14
straight-recipes-gnu-elpa-use-mirror t )
15
15
16
16
(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 )))
29
28
30
29
; ; =============================================
31
30
; ; Setup use-package
You can’t perform that action at this time.
0 commit comments