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 43f7f31..953c64d 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -278,7 +278,7 @@ It should only modify the values of Spacemacs settings." ;; If non-nil the default layout name is displayed in the mode-line. ;; (default nil) - dotspacemacs-display-default-layout nil + dotspacemacs-display-default-layout t ;; If non-nil then the last auto saved layouts are resumed automatically upon ;; start. (default nil) @@ -286,7 +286,7 @@ It should only modify the values of Spacemacs settings." ;; 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) - dotspacemacs-auto-generate-layout-names nil + dotspacemacs-auto-generate-layout-names t ;; Size (in MB) above which spacemacs will prompt to open the large file ;; literally to avoid performance issues. Opening a file literally means that |