summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-25 15:17:47 -0500
committerCase Duckworth2020-10-25 15:19:35 -0500
commit2451c4e78dbedb3b0207a12104529b3f53def2ef (patch)
tree1ae5d3d00a1a097cc2caeb208493fcf9704f2308 /init.el
parentChange line-endings to Unix (diff)
downloademacs-2451c4e78dbedb3b0207a12104529b3f53def2ef.tar.gz
emacs-2451c4e78dbedb3b0207a12104529b3f53def2ef.zip
Add early-init.el to original init.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 52fc593..a933776 100644 --- a/init.el +++ b/init.el
@@ -7,5 +7,6 @@
7 (require 'org) 7 (require 'org)
8 (find-file (concat user-emacs-directory "init.org")) 8 (find-file (concat user-emacs-directory "init.org"))
9 (org-babel-tangle) 9 (org-babel-tangle)
10 (load-file (concat user-emacs-directory "early-init.el"))
10 (load-file (concat user-emacs-directory "init.el")) 11 (load-file (concat user-emacs-directory "init.el"))
11 (byte-compile-file (concat user-emacs-directory "init.el")) 12 (byte-compile-file (concat user-emacs-directory "init.el"))