From bdae3674445d87109d2e84980e0ad926e4ddda35 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 8 Jul 2018 01:01:25 -0300 Subject: Auto generate Emacs layout name --- spacemacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spacemacs.el') 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 -- cgit v1.2.3