Browse Source

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

master
Riyyi 4 years ago
parent
commit
9b2b6a145f
  1. 1
      .config/emacs/config.org
  2. 3
      .config/emacs/early-init.el

1
.config/emacs/config.org

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

3
.config/emacs/early-init.el

@ -18,6 +18,9 @@
;; -------------------------------------
;; Prefer to `load' the newest elisp file
(setq load-prefer-newer t)
;; Set package install location
(setq package-user-dir (concat user-emacs-directory "elpa"))

Loading…
Cancel
Save