diff options
author | Case Duckworth | 2021-09-25 13:16:51 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-25 13:16:51 -0500 |
commit | 810ab527266da4a7396cf2dda3320ea87cc36ecc (patch) | |
tree | 2ec6bcc11e61ffe38d1dfc4548b54690ff3b6854 | |
parent | Clean up early-init.el and whitespace (diff) | |
download | emacs-810ab527266da4a7396cf2dda3320ea87cc36ecc.tar.gz emacs-810ab527266da4a7396cf2dda3320ea87cc36ecc.zip |
Tweak async-shell-command
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 6d1eb92..8e82408 100644 --- a/init.el +++ b/init.el | |||
@@ -508,6 +508,8 @@ In short, DO NOT USE THIS FUNCTION!!!" | |||
508 | ;; This should stay as /minimal/ as possible. Anything that can go somewhere | 508 | ;; This should stay as /minimal/ as possible. Anything that can go somewhere |
509 | ;; else /should/ go there. | 509 | ;; else /should/ go there. |
510 | (:option | 510 | (:option |
511 | async-shell-command-display-buffer nil | ||
512 | async-shell-command-buffer #'new-buffer | ||
511 | attempt-orderly-shutdown-on-fatal-signal nil | 513 | attempt-orderly-shutdown-on-fatal-signal nil |
512 | auto-hscroll-mode 'current-line | 514 | auto-hscroll-mode 'current-line |
513 | attempt-stack-overflow-recovery nil | 515 | attempt-stack-overflow-recovery nil |