From 2451c4e78dbedb3b0207a12104529b3f53def2ef Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 25 Oct 2020 15:17:47 -0500 Subject: Add early-init.el to original init.el --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 52fc593..a933776 100644 --- a/init.el +++ b/init.el @@ -7,5 +7,6 @@ (require 'org) (find-file (concat user-emacs-directory "init.org")) (org-babel-tangle) + (load-file (concat user-emacs-directory "early-init.el")) (load-file (concat user-emacs-directory "init.el")) (byte-compile-file (concat user-emacs-directory "init.el")) -- cgit 1.4.1-21-gabe81