Set straight-repository-branch back to “master”.
Because the fix for <https://github.com/raxod502/straight.el/issues/497> (Don't remove all .in suffixes) got merged.
This commit is contained in:
parent
72fc9c971d
commit
95432bd5b5
|
@ -1,6 +1,6 @@
|
|||
;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-30T00:21:50+0200>
|
||||
;; Time-stamp: <2020-04-10T14:20:36+0200>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Set up straight
|
||||
|
@ -22,8 +22,7 @@
|
|||
(customize-set-variable 'straight-vc-git-default-clone-depth 1
|
||||
"Make shallow clones to save space.")
|
||||
|
||||
;; Remove once 353bdc04f449355d3321801592d1b53e8a9b21c3 is in master.
|
||||
(customize-set-variable 'straight-repository-branch "develop")
|
||||
(customize-set-variable 'straight-repository-branch "master")
|
||||
;; Bootstrap straight.
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
|
|
Loading…
Reference in New Issue
Block a user