From b35a77a98b54ae0000ff7c9299837d37782950c0 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 21 Aug 2015 02:37:47 -0700 Subject: [PATCH] Add shell layer to spacemacs. --- spacemacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacemacs b/spacemacs index 7cf2e8d..d432e6c 100644 --- a/spacemacs +++ b/spacemacs @@ -19,9 +19,9 @@ git ;; markdown org - ;; (shell :variables - ;; shell-default-height 30 - ;; shell-default-position 'bottom) + (shell :variables + shell-default-height 30 + shell-default-position 'bottom) ;; syntax-checking version-control ))