1
0
Fork 0

[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.
This commit is contained in:
Tom Willemse 2022-10-19 22:51:50 -07:00
parent 1cebbcac5a
commit 1d8734b275

View file

@ -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)))