minibuffer

How to start a shell in a window below in Emacs Lisp?

September 11, 2023
(progn
  (select-window (split-window-below -8))
  (shell))