Install & track from straight.el's develop branch
This commit is contained in:
parent
18cefa0167
commit
0b2b5d1c6c
1 changed files with 4 additions and 2 deletions
|
@ -90,7 +90,8 @@ missing) and shouldn't be deleted.")
|
||||||
(if value (setq package-selected-packages value)))
|
(if value (setq package-selected-packages value)))
|
||||||
|
|
||||||
;;; straight
|
;;; straight
|
||||||
(setq straight-cache-autoloads nil ; we already do this, and better.
|
(setq straight-repository-branch "develop"
|
||||||
|
straight-cache-autoloads nil ; we already do this, and better.
|
||||||
;; Doom doesn't encourage you to modify packages in place. Disabling this
|
;; Doom doesn't encourage you to modify packages in place. Disabling this
|
||||||
;; makes 'doom refresh' instant (once everything set up), which is much
|
;; makes 'doom refresh' instant (once everything set up), which is much
|
||||||
;; nicer UX than the several seconds modification checks.
|
;; nicer UX than the several seconds modification checks.
|
||||||
|
@ -185,7 +186,8 @@ necessary package metadata is initialized and available for them."
|
||||||
(file-readable-p bootstrap-file))
|
(file-readable-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"
|
(format "https://raw.githubusercontent.com/raxod502/straight.el/%s/install.el"
|
||||||
|
straight-repository-branch)
|
||||||
'silent 'inhibit-cookies)
|
'silent 'inhibit-cookies)
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(eval-print-last-sexp)))
|
(eval-print-last-sexp)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue