Emacs: don't load outdated packages
This commit is contained in:
parent
2e54ce545e
commit
e2193fd547
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue