How to start a shell in a window below in Emacs Lisp? Sep 11, 2023 (progn (select-window (split-window-below -8)) (shell))