From c96303830835ed49b6803a5288379891d6ab7cfc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 Apr 2020 14:39:45 -0400 Subject: [PATCH] Use straight master branch by default raxod502/straight.el@d28fd41930 causes breakage; preventing users from installing Doom. It's about time we stop living dangerously and use straight's master branch instead. Addresses #2937 --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index 388a5b16c..416e0f2d0 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -94,7 +94,7 @@ missing) and shouldn't be deleted.") ;;; Straight (setq straight-base-dir doom-local-dir - straight-repository-branch "develop" + straight-repository-branch "master" straight-cache-autoloads nil ; we already do this, and better. ;; Doom doesn't encourage you to modify packages in place. Disabling this ;; makes 'doom sync' instant (once everything set up), which is much nicer