diff options
author | EuAndreh <eu@euandre.org> | 2018-07-08 01:01:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-08 01:01:42 -0300 |
commit | bdae3674445d87109d2e84980e0ad926e4ddda35 (patch) | |
tree | 06a21260725d9641306eb5dfafd2a083a7046cc4 | |
parent | Don't activate relative number in texinfo-mode (diff) | |
download | dotfiles-bdae3674445d87109d2e84980e0ad926e4ddda35.tar.gz dotfiles-bdae3674445d87109d2e84980e0ad926e4ddda35.tar.xz |
Auto generate Emacs layout name
-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 |