more spacemacs changes
This commit is contained in:
parent
ad20cd63c3
commit
3d40d223cf
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue