Emacs: Set straight-repository-branch back to “master”.
This commit is contained in:
parent
b24cde35d3
commit
0c6e8856be
|
@ -1,6 +1,6 @@
|
||||||
;;; package-management.el --- Initialize package management. -*- lexical-binding: t; -*-
|
;;; package-management.el --- Initialize package management. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-03-15T15:39:49+0100>
|
;; Time-stamp: <2020-03-16T00:13:48+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; * Set up package sources and their priorities.
|
;; * Set up package sources and their priorities.
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(setq straight-repository-branch "develop")
|
|
||||||
(customize-set-variable
|
(customize-set-variable
|
||||||
'straight-use-package-by-default t
|
'straight-use-package-by-default t
|
||||||
"Makes use-package invoke straight.el to install the package.")
|
"Makes use-package invoke straight.el to install the package.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user