feat(core/straight.el): use version specific build dir

This makes switching between Emacs 29.x and 30.x much easier, as
straight doesn't need to re-build all packages from scratch when the
Emacs version changes.
This commit is contained in:
2023-01-15 20:55:52 +00:00
parent 09aa5cb1c6
commit ce0a9bfc5c

View File

@@ -21,6 +21,7 @@
(pinned . "pinned.el"))
straight-repository-branch "develop"
straight-use-package-by-default t
straight-use-version-specific-build-dir t
use-package-always-ensure nil)
(defvar bootstrap-version)