aboutsummaryrefslogtreecommitdiffstats
path: root/oni-eshell.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-10-19 22:51:50 -0700
committerGravatar Tom Willemse2022-10-19 22:51:50 -0700
commit1d8734b27501d168cdeb1201b4b84908b07e5cb9 (patch)
tree738bae2815710dafed192d636edc984286d1413a /oni-eshell.el
parent1cebbcac5aff245828bab0250848c73595f3236a (diff)
downloademacs-config-1d8734b27501d168cdeb1201b4b84908b07e5cb9.tar.gz
emacs-config-1d8734b27501d168cdeb1201b4b84908b07e5cb9.zip
[oni-eshell] Display Eshell in bottom window, not side window
A side window can't be made the only window, but a window at the bottom can.
Diffstat (limited to 'oni-eshell.el')
-rw-r--r--oni-eshell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-eshell.el b/oni-eshell.el
index bfbd3cd..826f578 100644
--- a/oni-eshell.el
+++ b/oni-eshell.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.002814
+;; Version: 2022.1005.235703
;; Package-Requires: (eshell-fringe-status esh-autosuggest xterm-color eshell-syntax-highlighting)
;; This program is free software; you can redistribute it and/or modify
@@ -121,7 +121,7 @@
(setenv "TERM" "xterm-256color")
(add-to-list 'display-buffer-alist
- '("\\`\\*eshell" display-buffer-in-side-window
+ '("\\`\\*eshell" display-buffer-in-at-bottom
(side . bottom)
(slot . 0)
(window-height . 0.33)))