From d7dee82420a04e5c92e5b5ad316e14a49bd4d689 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 5 Oct 2020 23:38:06 -0400 Subject: Move GNU Emacs configs from ./ into .emacs.d/ I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/. --- .emacs.d/early-init.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .emacs.d/early-init.el (limited to '.emacs.d/early-init.el') diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el new file mode 100644 index 0000000..99646b0 --- /dev/null +++ b/.emacs.d/early-init.el @@ -0,0 +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) -- cgit v1.2.3-83-g751a