[Misc] Prefer source file over byte compiled code if former is newer

This commit is contained in:
dbo 2017-08-14 11:45:28 +02:00
parent 03638bc4eb
commit 501761dc8b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

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