summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-16 08:22:41 -0600
committerCase Duckworth2020-12-16 08:22:41 -0600
commit97183f247070e95933eadafd3d67642ce1ea8664 (patch)
treeae4748052b66b986b6a4285e132bcc12e0be645a /config.org
parentAdd nov.el (diff)
downloademacs-97183f247070e95933eadafd3d67642ce1ea8664.tar.gz
emacs-97183f247070e95933eadafd3d67642ce1ea8664.zip
Correct docstring placement
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index d455af0..4e346e5 100644 --- a/config.org +++ b/config.org
@@ -1245,9 +1245,9 @@ from [[https://karthinks.com/software/more-batteries-included-with-emacs/#regexp
1245 1245
1246 #+begin_src emacs-lisp 1246 #+begin_src emacs-lisp
1247 (defun refresh-emacs (&optional disable-load) 1247 (defun refresh-emacs (&optional disable-load)
1248 (interactive "P")
1249 "Tangle `config.org', then byte-compile the resulting files. 1248 "Tangle `config.org', then byte-compile the resulting files.
1250 Then, load the byte-compilations unless passed with a prefix argument." 1249 Then, load the byte-compilations unless passed with a prefix argument."
1250 (interactive "P")
1251 (let ((config (expand-file-name "config.org" user-emacs-directory))) 1251 (let ((config (expand-file-name "config.org" user-emacs-directory)))
1252 (save-mark-and-excursion 1252 (save-mark-and-excursion
1253 (with-current-buffer (find-file config) 1253 (with-current-buffer (find-file config)