diff options
-rw-r--r-- | init.el | 1 |
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")) |