diff options
author | bd <bdunahu@colostate.edu> | 2024-01-17 22:58:25 -0700 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-01-17 22:58:25 -0700 |
commit | 5b7df52d56c84d8437a851f2a068ca400e21f2a5 (patch) | |
tree | cfaf5cf87d6ca8f361015daa685fef32eb47d1b7 /.config/emacs/modules/bd--shells.el | |
parent | f9eff51e81e2f34a6df6caf279dc08cba9e6c0a3 (diff) |
Configured basic 'popper.el' at usable level.
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)) |