X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/41d290a233ff4f54a839184e74b9c86065a30cf5..HEAD:/.emacs.d/early-init.el diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index 512068a..99646b0 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -1 +1,4 @@ +;; No package.el (for emacs 27 and later). See +;; https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24acb31c04b4048b85311d794e600ecd7ce60d3b (setq package-enable-at-startup nil) +(setq load-prefer-newer t)