diff options
-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 |