Emacs: don't load outdated packages

This commit is contained in:
Marcel Kapfer 2017-11-28 00:08:42 +01:00
parent 2e54ce545e
commit e2193fd547
1 changed files with 3 additions and 0 deletions

View File

@ -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