From e2193fd5473ae63046c4494ddc114da176992967 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 Nov 2017 00:08:42 +0100 Subject: [PATCH] Emacs: don't load outdated packages --- emacs/emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 499b97f..7576c56 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -25,6 +25,9 @@ ;; tell use-package to always ensure (setq use-package-always-ensure t) +;; don't load outdated packages +(setq load-prefer-newer t) + ;; ----------------------------------------------------------------------------- ;; Basic configuration