Set (load) to prefer the newest version in early-init.el

This commit is contained in:
Riyyi
2020-08-12 17:05:46 +02:00
parent c97dc0785f
commit 9b2b6a145f
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -172,7 +172,6 @@ https://github.com/emacscollective/auto-compile
#+BEGIN_SRC emacs-lisp
(use-package auto-compile
:custom (load-prefer-newer t)
:config
(auto-compile-on-load-mode)
(auto-compile-on-save-mode))