diff options
author | Case Duckworth | 2020-12-04 23:02:56 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-04 23:02:56 -0600 |
commit | c9dabac08794502d0fa556b4e8f1c16872a8308a (patch) | |
tree | 7521b240f2a18bd0401f3526350c00addf2045e5 | |
parent | Change font size (diff) | |
download | emacs-c9dabac08794502d0fa556b4e8f1c16872a8308a.tar.gz emacs-c9dabac08794502d0fa556b4e8f1c16872a8308a.zip |
Add docstring for acdw/load-init.
-rw-r--r-- | config.org | 1 |
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"))) |