doomemacs/lisp
Henrik Lissner b793fb5642
tweak: do *not* download package archives by default
From this point on, Straight will *not* download packages from tarballs
by default. There are too many edge cases for this that catch up
beginners who have BSD tar installed and get undecipherable tar errors,
and Straight offers no fallback or easy way to change what tar
executable it uses.

Packages that have already been installed won't be affected until the
next time they are updated/reinstalled.

Users can still opt back into tarballs by adding this to
$DOOMDIR/packages.el:

  (setq straight-vc-use-snapshot-installation t)

Amend: 8cdddd87d9
Fix: #8530
2025-09-26 00:15:54 -04:00
..
cli refactor(cli): doom make: accept functions in make targets 2025-09-15 18:53:31 -04:00
lib fix(lib): void-variable type 2025-09-25 03:29:56 -04:00
modules module: move :core to :doom 2025-09-18 22:48:07 -04: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 tweak(cli): only display the last, failed straight command 2025-09-22 23:30:03 -04:00
doom-compat.el refactor(lib): move fringe/fontset autodefs to doom-compat 2025-09-17 01:23:45 -04:00
doom-editor.el module!: add :editor whitespace 2025-09-24 02:23:30 -04: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 fix(lib): package!: add :env property 2025-09-22 23:30:03 -04:00
doom-projects.el refactor: s/doom-projectile-cache-dir/doom-project-cache-dir/ 2025-09-24 13:20:56 -04:00
doom-start.el fix: clipboard issues on Windows + WSL 2025-03-26 07:55:36 -04:00
doom-straight.el tweak: do *not* download package archives by default 2025-09-26 00:15:54 -04:00
doom-ui.el module!: add :editor whitespace 2025-09-24 02:23:30 -04:00
doom.el release(modules): 25.10.0-dev 2025-09-01 22:01:54 +02:00
init.el dev: replace .doomrc w/ .doom.el 2025-06-30 15:23:27 +02:00
packages.el module!: add :editor whitespace 2025-09-24 02:23:30 -04:00