diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:44:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:49:24 -0300 |
commit | 7b3c948c48bb2c35b80949720659053cc54b02e3 (patch) | |
tree | 230e482a7441090f25167918360d8cc98ca5b3e3 /spacemacs.el | |
parent | Do not generate layout names (diff) | |
download | dotfiles-7b3c948c48bb2c35b80949720659053cc54b02e3.tar.gz dotfiles-7b3c948c48bb2c35b80949720659053cc54b02e3.tar.xz |
Do not autoresume layouts, instead, manually load it from cached file
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 a883220..10c08bb 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -289,7 +289,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 t + dotspacemacs-auto-resume-layouts nil ;; 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) |