about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 80fe982..3f3dd00 100644 --- a/config.org +++ b/config.org
@@ -111,6 +111,7 @@ Finally, I want an easier way to load the generated init files than the old =M-x
111 111
112#+begin_src emacs-lisp 112#+begin_src emacs-lisp
113 (defun acdw/load-init () 113 (defun acdw/load-init ()
114 "Load my init files."
114 (interactive) 115 (interactive)
115 (load-file (expand-file-name 116 (load-file (expand-file-name
116 (concat user-emacs-directory "early-init.el"))) 117 (concat user-emacs-directory "early-init.el")))