Shell now appears at the bottom of the frame

This commit is contained in:
2020-02-28 16:29:15 +01:00
parent cccd004ec2
commit b5d50c788d

View File

@@ -620,7 +620,7 @@
#+BEGIN_SRC emacs-lisp
(shell :variables
shell-default-height 40
shell-default-position 'right
shell-default-position 'bottom
shell-default-shell 'eshell)
#+END_SRC