summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 052b8f8..adcbd1e 100644 --- a/config.org +++ b/config.org
@@ -2300,7 +2300,7 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag-
2300 (interactive "P") 2300 (interactive "P")
2301 (let ((config (expand-file-name "config.org" user-emacs-directory))) 2301 (let ((config (expand-file-name "config.org" user-emacs-directory)))
2302 (save-mark-and-excursion 2302 (save-mark-and-excursion
2303 (with-current-buffer (find-file config) 2303 (with-current-buffer (find-file-noselect config)
2304 (let ((prog-mode-hook nil)) 2304 (let ((prog-mode-hook nil))
2305 ;; generate the readme 2305 ;; generate the readme
2306 (when (file-newer-than-file-p config (expand-file-name 2306 (when (file-newer-than-file-p config (expand-file-name