diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 11:41:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 11:41:59 -0300 |
commit | adcb68da13c92cdd5b64f6a276a41ee4bcad758e (patch) | |
tree | 13f543f458d4f6a72b00158d236ab2033de7ca19 /spacemacs.el | |
parent | Whitelist some mailing-lists back (diff) | |
download | dotfiles-adcb68da13c92cdd5b64f6a276a41ee4bcad758e.tar.gz dotfiles-adcb68da13c92cdd5b64f6a276a41ee4bcad758e.tar.xz |
Change default layout name to "home"
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index c929c3b..09f1498 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -287,7 +287,7 @@ It should only modify the values of Spacemacs settings." dotspacemacs-distinguish-gui-tab nil ;; Name of the default layout (default "Default") - dotspacemacs-default-layout-name "home+dotfiles" + dotspacemacs-default-layout-name "home" ;; If non-nil the default layout name is displayed in the mode-line. ;; (default nil) |