Emacs: Set straight-repository-branch back to “master”.

This commit is contained in:
tastytea 2020-03-16 00:20:39 +01:00
parent b24cde35d3
commit 0c6e8856be
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; 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:
;; * Set up package sources and their priorities.
@ -12,7 +12,6 @@
;;; Code:
(setq straight-repository-branch "develop")
(customize-set-variable
'straight-use-package-by-default t
"Makes use-package invoke straight.el to install the package.")