diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:57 -0300 |
commit | 89d598e2296846160d31646bb7fa3e7eb1c0458c (patch) | |
tree | e7e7a72a71608c0a41bf31d6048142a43e697481 /spacemacs.el | |
parent | Add yaml layer (diff) | |
download | dotfiles-89d598e2296846160d31646bb7fa3e7eb1c0458c.tar.gz dotfiles-89d598e2296846160d31646bb7fa3e7eb1c0458c.tar.xz |
Do not generate layout names
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 3050afc..a883220 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -293,7 +293,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 t + dotspacemacs-auto-generate-layout-names nil ;; Size (in MB) above which spacemacs will prompt to open the large file ;; literally to avoid performance issues. Opening a file literally means that |