doomemacs/lisp
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
..
cli tweak(cli): download package archives by default 2025-08-30 13:40:06 +02:00
lib tweak(cli): download package archives by default 2025-08-30 13:40:06 +02:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
demos.org refactor: deprecate appendq!, prependq!, & delq! macros 2025-03-25 14:16:56 -04:00
doom-cli.el refactor(cli): doom version: add -v/--verbose option 2025-06-25 17:36:59 +02:00
doom-compat.el fix(lib): void-function static-unless error 2025-04-15 01:25:17 -04:00
doom-editor.el refactor: remove workarounds for better-jumper 2025-08-30 00:49:00 +02:00
doom-elpaca.el refactor!: restructure Doom core 2024-11-03 01:52:28 -05:00
doom-keybinds.el refactor: deprecate appendq!, prependq!, & delq! macros 2025-03-25 14:16:56 -04:00
doom-lib.el docs(lib): revise various docstrings 2025-05-09 01:14:16 -04:00
doom-projects.el fix: init known projects before projectile-ensure-project 2025-03-30 16:10:23 -04:00
doom-start.el fix: clipboard issues on Windows + WSL 2025-03-26 07:55:36 -04:00
doom-straight.el tweak(cli): download package archives by default 2025-08-30 13:40:06 +02:00
doom-ui.el fix(:term): type error if comint-last-output-start is nil 2025-08-10 15:34:43 +02:00
doom.el docs: update emacs version prereqs (30.1 -> 30.2) 2025-08-23 11:52:16 +02:00
init.el dev: replace .doomrc w/ .doom.el 2025-06-30 15:23:27 +02:00
packages.el bump: :doom 2025-08-30 13:39:39 +02:00