diff options
author | EuAndreh <eu@euandre.org> | 2018-07-09 14:29:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-09 14:29:16 -0300 |
commit | 17f4dc00dd8fb2961445abe44ae22c3e870f9054 (patch) | |
tree | 451ecbe59bb5af6e88b024ff6ac2c5aa962e278d | |
parent | Add extra Emacs layers (diff) | |
download | dotfiles-17f4dc00dd8fb2961445abe44ae22c3e870f9054.tar.gz dotfiles-17f4dc00dd8fb2961445abe44ae22c3e870f9054.tar.xz |
Change Emacs layouts configs
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index d8626bf..ac37206 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -279,7 +279,7 @@ It should only modify the values of Spacemacs settings." dotspacemacs-distinguish-gui-tab nil ;; Name of the default layout (default "Default") - dotspacemacs-default-layout-name "annex+TODOs/dotfiles/global-config" + dotspacemacs-default-layout-name "home+dotfiles" ;; If non-nil the default layout name is displayed in the mode-line. ;; (default nil) @@ -287,7 +287,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 nil + dotspacemacs-auto-resume-layouts t ;; 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) |