more spacemacs changes

This commit is contained in:
Hunter Haugen 2016-04-07 13:12:29 -07:00
parent ad20cd63c3
commit 3d40d223cf

View file

@ -16,7 +16,7 @@ values."
dotspacemacs-enable-lazy-installation nil
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
dotspacemacs-configuration-layer-path '("~/.spacemacs.d/private/")
;; List of configuration layers to load. If it is the symbol `all' instead
;; of a list then all discovered layers will be installed.
dotspacemacs-configuration-layers
@ -40,7 +40,10 @@ values."
(ruby :variables
ruby-enable-enh-ruby-mode t
ruby-version-manager 'rbenv)
(shell :variables shell-default-term 'multi-term)
(shell :variables
shell-default-shell 'multi-term)
;; shell-default-height 30
;; shell-default-position 'bottom)
spacemacs-helm
spacemacs-layouts
spell-checking