diff options
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 |
