diff options
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r-- | .config/emacs/modules/bd--essentials.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index 2054bc3..1ea77de 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -33,9 +33,6 @@ ;;;; buffers (global-auto-revert-mode 1) (winner-mode 1) -;; do not show async command buffers by default -(add-to-list 'display-buffer-alist - (cons "\\*Async Shell Command\\*.*" (cons #'display-buffer-no-window nil))) (setopt scroll-up-aggressively '0.65 scroll-down-aggressively '0.65) |