Skip to content

Commit

Permalink
fix(straight): clone the full packages repos
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 14, 2023
1 parent e37b984 commit 4f51035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
""))
;; Use the "develop" branch on straight.el's repo.
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
straight-check-for-modifications '(check-on-save find-when-checking))

Expand Down

0 comments on commit 4f51035

Please sign in to comment.