summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-13 19:55:52 -0600
committerCase Duckworth2021-01-13 19:55:52 -0600
commitdedadac2adc1a17eb73cab8b9bbd7138209a4ea5 (patch)
tree7fe2a34aeb2d95adbfe0d096d6a2524ce4d4536c /config.org
parentChange G map in elfeed (diff)
downloademacs-dedadac2adc1a17eb73cab8b9bbd7138209a4ea5.tar.gz
emacs-dedadac2adc1a17eb73cab8b9bbd7138209a4ea5.zip
Change ‘find-file’ to ‘find-file-noselect’ in ‘refresh-emacs’
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 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