From b5d50c788d221fc99425802d01ffdfa050bd4e70 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 28 Feb 2020 16:29:15 +0100 Subject: [PATCH] Shell now appears at the bottom of the frame --- org/config/spacemacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index af1396d..51f5591 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -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