diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index d8626bf..ac37206 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -279,7 +279,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 "annex+TODOs/dotfiles/global-config" + dotspacemacs-default-layout-name "home+dotfiles" ;; If non-nil the default layout name is displayed in the mode-line. ;; (default nil) @@ -287,7 +287,7 @@ It should only modify the values of Spacemacs settings." ;; If non-nil then the last auto saved layouts are resumed automatically upon ;; start. (default nil) - dotspacemacs-auto-resume-layouts nil + dotspacemacs-auto-resume-layouts t ;; If non-nil, auto-generate layout name when creating new layouts. Only has ;; effect when using the "jump to layout by number" commands. (default nil) |