Skip to content

Commit

Permalink
tweak(early-init): set straight branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 26, 2023
1 parent db20803 commit d9688e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(format "-%s" (substring emacs-repository-version 0 8))
""))
;; Use the "develop" branch on straight.el's repo.
straight-repository-branch (if (>= emacs-major-version 29) "develop" "master")
straight-repository-branch "develop"
;; Do not slow startup by checking for package modifs, check only on demand
straight-check-for-modifications '(check-on-save find-when-checking))

Expand Down

0 comments on commit d9688e1

Please sign in to comment.