Prioritize elpa (unstable).
There was a bug in the tabbar I couldn't trace to a specific package. Whenever a tab was in an edited state and the 2nd tab in the 1st frame was selected, all the tabs were hidden.
This commit is contained in:
parent
0691584972
commit
306f0e0fb0
8
init.el
8
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;;; Time-stamp: <2019-03-25 17:50:04 CET>
|
||||
;;; Time-stamp: <2019-03-26 19:10:33 CET>
|
||||
|
||||
;;; Commentary:
|
||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -12,9 +12,9 @@
|
|||
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
(setq package-archive-priorities '(("melpa-stable" . 2)
|
||||
("gnu" . 1)
|
||||
("melpa" . 0)))
|
||||
(setq package-archive-priorities '(("gnu" . 1)
|
||||
("melpa-stable" . 2)
|
||||
("melpa" . 3)))
|
||||
|
||||
(package-initialize)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 14098
|
||||
127.0.0.1:51313 8032
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user