diff options
-rw-r--r-- | bash/symlinks.sh | 1 | ||||
-rw-r--r-- | spacemacs.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index a2f726f..fdf1b1e 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -38,6 +38,7 @@ ln -fs ~/Nextcloud/cache/autojump/ ~/.local/share/autojump/ mkdir -p $HOME/.emacs.d/private/layers/ ln -fs $DOTFILES/spacemacs.el ~/.spacemacs ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld +ln -fs ~/Nextcloud/cache/euandreh-auto-save.el ~/.emacs.d/.cache/layouts/euandreh-auto-save ln -fs $DOTFILES/emacs/euandreh-layer $HOME/.emacs.d/private/layers/euandreh ## xmonad 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) |