about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-04 23:02:56 -0600
committerCase Duckworth2020-12-04 23:02:56 -0600
commitc9dabac08794502d0fa556b4e8f1c16872a8308a (patch)
tree7521b240f2a18bd0401f3526350c00addf2045e5 /config.org
parentChange font size (diff)
downloademacs-c9dabac08794502d0fa556b4e8f1c16872a8308a.tar.gz
emacs-c9dabac08794502d0fa556b4e8f1c16872a8308a.zip
Add docstring for acdw/load-init.
Diffstat (limited to 'config.org')
-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")))