Skip to content

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

(progn
  (select-window (split-window-below -8))
  (shell))