Skip to content

Commit

Permalink
fix(straight): use master on Emacs 28, develop on newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 14, 2023
1 parent 424fd54 commit 7f7f33d
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 @@ -13,7 +13,7 @@
(format "-%s" (substring emacs-repository-version 0 8))
""))
;; Use the "develop" branch on straight.el's repo.
straight-repository-branch "develop"
straight-repository-branch (if (>= emacs-major-version 29) "develop" "master")
;; Do not clone all project history, just the last worktree (--depth 1)
straight-vc-git-default-clone-depth '(1 single-branch)
;; Do not slow startup by checking for package modifs, check only on demand
Expand Down

0 comments on commit 7f7f33d

Please sign in to comment.