summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-01-17 22:58:25 -0700
committerbd <bdunahu@colostate.edu>2024-01-17 22:58:25 -0700
commit5b7df52d56c84d8437a851f2a068ca400e21f2a5 (patch)
treecfaf5cf87d6ca8f361015daa685fef32eb47d1b7 /.config/emacs/modules/bd--shells.el
parentf9eff51e81e2f34a6df6caf279dc08cba9e6c0a3 (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.el6
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))