doomemacs/lisp/cli
Henrik Lissner 8cdddd87d9
tweak(cli): download package archives by default
From this point on, Straight will download packages from tarballs (if
possible) from their associated forge rather than clone them as git
repositories. This is (marginally) faster and consumes significantly
less space. Doom treats its packages as build artifacts anyway.

This shouldn't cause any immediate breakage, but it may upset folks who
want their local package installs to be repositories. For them, this can
be reversed by simply adding this to $DOOMDIR/init.el:

  (after! doom-straight
    (setq straight-vc-use-snapshot-installation nil))

This only applies to packages installed after this point. Packages that
are already cloned as a repo will stay that way until the next time
they're uninstalled or reinstalled from scratch. Plus it only works on
systems that have `tar` in their $PATH *and* forges that are
supported (at the time of writing: github, gitlab, codeberg, bitbucket,
and sourcehut).

Ref: radian-software/straight.el@4241b63952
2025-08-30 13:40:06 +02:00
..
make refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
ci.el feat(cli): ci/commit-msg: echo failed commit message 2025-08-29 17:59:35 +02:00
doctor.el docs: update emacs version prereqs (30.1 -> 30.2) 2025-08-23 11:52:16 +02:00
emacs.el fix(cli): doom emacs: command not found 2025-06-26 22:54:37 +02:00
env.el nit(cli): fix print-group! indentation 2024-11-13 17:10:09 -05:00
gc.el tweak(cli): download package archives by default 2025-08-30 13:40:06 +02:00
info.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
install.el fix(cli): update call using deprecated alias 2025-08-09 22:35:34 +02:00
make.el dev: format CODEOWNERS with more whitespace 2024-07-01 03:35:35 -04:00
profile.el refactor(cli): restructure doom profile commands 2024-12-01 01:57:46 -05:00
run.el refactor(cli): doom run: rename to 'doom emacs' 2025-06-25 17:36:59 +02:00
sync.el fix(cli): show "restart Emacs" advice only if Emacs is running 2025-01-09 14:31:26 -05:00
test.el refactor!(cli): rename cli definers for consistency 2022-09-12 11:45:59 +02:00
upgrade.el refactor(cli): remove cli/packages.el 2024-12-01 01:20:38 -05:00