diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-08-24 12:54:02 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-08-24 12:54:02 -0500 |
commit | f3333213b4537e14acd0900832eb85239505c3a9 (patch) | |
tree | 13ed7717fa2a5532592b93a45bfdbd389e57f72e | |
parent | 1b9d77a2f69f2ccaca80c650cc8e2ffcd4548b82 (diff) | |
parent | d009c38a9d829b91b0c024cc2037359701589d99 (diff) |
Merge branch 'master' of https://github.com/untzag/dotfiles
-rw-r--r-- | spacemacs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,8 @@ dotspacemacs-ask-for-lazy-installation t dotspacemacs-configuration-layer-path '() dotspacemacs-configuration-layers - '(auto-completion + '( + yamlauto-completion better-defaults bibtex emacs-lisp @@ -23,7 +24,7 @@ (shell :variables shell-default-height 30 shell-default-position 'bottom - shell-default-shell 'eshell) + shell-default-shell 'term) spell-checking syntax-checking version-control |