diff options
-rw-r--r-- | config.org | 2 |
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) |