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
This commit is contained in:
Henrik Lissner 2020-04-19 14:39:45 -04:00
parent 5d51d4e4a6
commit c963038308
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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