mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user