[Misc] Remove duplicate setting for ‘load-prefer-newer’

This commit is contained in:
Daniel - 2019-05-05 20:48:38 +02:00
parent 5b5bf87976
commit 0e500ae0d0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@
("melpa-stable" . "https://stable.melpa.org/packages/")
("org" . "https://orgmode.org/elpa/")))
(setq package-enable-at-startup nil
load-prefer-newer t)
(setq package-enable-at-startup nil)
(package-initialize)