From 7b3c948c48bb2c35b80949720659053cc54b02e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Jul 2018 12:44:16 -0300 Subject: Do not autoresume layouts, instead, manually load it from cached file --- spacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spacemacs.el') 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) -- cgit v1.2.3