diff options
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index 4396ae1..67415e9 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -34,12 +34,6 @@ status, and path." ;;;; shell (require 'shell) -(add-to-list 'display-buffer-alist - `("\\*shell\\*" - (display-buffer-in-side-window) - (side . top) - (window-height . 20))) - (keymap-global-set "C-z C-e" (lambda () (interactive) (let ((curr-buffer (current-buffer)) |