Prefer newer source files over stale compiled ones

I’m not sure yet if this is a good idea. But it seems so.
This commit is contained in:
Gergely Polonkai 2016-10-21 14:44:02 +02:00
parent 59b42a8646
commit 883a381ba7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
;; Initialize the package system and use-package
(setq load-prefer-newer t)
(require 'package)
(add-to-list 'package-archives
'("gnu" . "http://elpa.gnu.org/packages/"))