diff options
author | Case Duckworth | 2021-01-13 19:55:52 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-13 19:55:52 -0600 |
commit | dedadac2adc1a17eb73cab8b9bbd7138209a4ea5 (patch) | |
tree | 7fe2a34aeb2d95adbfe0d096d6a2524ce4d4536c | |
parent | Change G map in elfeed (diff) | |
download | emacs-dedadac2adc1a17eb73cab8b9bbd7138209a4ea5.tar.gz emacs-dedadac2adc1a17eb73cab8b9bbd7138209a4ea5.zip |
Change ‘find-file’ to ‘find-file-noselect’ in ‘refresh-emacs’
-rw-r--r-- | config.org | 2 |
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 |