Shell now appears at the bottom of the frame

This commit is contained in:
Lucien Cartier-Tilet 2020-02-28 16:29:15 +01:00
parent cccd004ec2
commit b5d50c788d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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