diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 17:08:41 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 17:08:41 +0100 |
| commit | 5f0d909aab823512b247808b38d1c33a03585c72 (patch) | |
| tree | 2739ac28c1cd6494847b20668c13ceafd631179c /emacs-config.org | |
| parent | 2ed340a3240b105533d7e2ecb03e99a027a838e6 (diff) | |
Set eshell window layout to display-buffer-alist
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index ff4baff..c3308ea 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1304,6 +1304,16 @@ Set the prompt for eshell. <<eshell-prompt>>) #+end_src +Display eshell in bottom side window. +#+begin_src elisp + (cl-pushnew '("\\*e?shell\\*" + (display-buffer-in-side-window) + (side . bottom) + (slot . -1) + (window-height . 0.5)) + display-buffer-alist) +#+end_src + *** Eshell Prompt :PROPERTIES: :header-args:elisp: :tangle no :noweb-ref eshell-prompt :results none |
