straight: clone --single-branch by default
And compute autoload prefixes; which assist the describe-* (and helpful-*) libraries.
This commit is contained in:
parent
4b90f28e08
commit
6321b3a249
1 changed files with 1 additions and 4 deletions
|
@ -96,10 +96,7 @@ uses a straight or package.el command directly).")
|
||||||
;; no affect on packages that are pinned, however (run 'doom purge' to
|
;; no affect on packages that are pinned, however (run 'doom purge' to
|
||||||
;; compact those after-the-fact). Some packages break when shallow cloned
|
;; compact those after-the-fact). Some packages break when shallow cloned
|
||||||
;; (like magit and org), but we'll deal with that elsewhere.
|
;; (like magit and org), but we'll deal with that elsewhere.
|
||||||
straight-vc-git-default-clone-depth 1
|
straight-vc-git-default-clone-depth '(1 single-branch))
|
||||||
;; Prefix declarations are unneeded bulk added to our autoloads file. Best
|
|
||||||
;; we don't have to deal with them at all.
|
|
||||||
autoload-compute-prefixes nil)
|
|
||||||
|
|
||||||
(with-eval-after-load 'straight
|
(with-eval-after-load 'straight
|
||||||
;; `let-alist' is built into Emacs 26 and onwards
|
;; `let-alist' is built into Emacs 26 and onwards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue