Skip to content

Commit

Permalink
tweak(bootstrap): revert to straight's develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 13, 2023
1 parent 7034976 commit 797e115
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,13 @@
(if emacs-repository-version
(format "-%s" (substring emacs-repository-version 0 8))
""))
;; TEMP: Use the "master" branch on straight.el's repo (switch back to
;; "develop" when issue #28 gets fixed in upstream)
straight-repository-branch "master"
;; Use the "develop" branch on straight.el's repo.
straight-repository-branch "develop"
;; 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
straight-check-for-modifications '(check-on-save find-when-checking))

;; TEMP: The "master" branch of straight.el uses the old variable names, so we
;; make sure to provide them otherwise it will fail to load.
(when (and (not (boundp 'native-comp-deferred-compilation))
(boundp 'native-comp-jit-compilation))
(defvaralias 'native-comp-deferred-compilation 'native-comp-jit-compilation)
(defvaralias 'native-comp-deferred-compilation-deny-list 'native-comp-jit-compilation-deny-list))

;; Bootstraping straight.el
;; See: github.com/radian-software/straight.el#bootstrapping-straightel
(defvar bootstrap-version)
Expand Down

0 comments on commit 797e115

Please sign in to comment.