We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spacemacs layers autosave functionality fails to trigger on spacemacs load.
Observed behaviour: Autosave is not enabled. spacemacs--layouts-autosave-timer => nil
Expected behaviour: Autosave enabled. spacemacs--layouts-autosave-timer => timer-object
Cause Layouts autosave is added to persp-mode-hooks in the config portion of the layer declaration, while persp-mode is activated in the init portion.
((auto-completion :variables auto-completion-tab-key-behavior 'complete auto-completion-return-key-behavior nil auto-completion-enable-snippets-in-popup t) (shell :variables shell-default-height 30 shell-default-position 'bottom shell-default-shell 'ansi-term) helm-spacemacs emacs-lisp clojure javascript react html markdown git github version-control (syntax-checking :variables syntax-checking-enable-tooltips nil syntax-checking-enable-by-default nil))
The text was updated successfully, but these errors were encountered:
By the way, @CestDiego, the layer is looking really good =)
Sorry, something went wrong.
Do you still experience this issue on the latest Spacemacs release?
Closing issue for lack of activity.
No branches or pull requests
Description
Spacemacs layers autosave functionality fails to trigger on spacemacs load.
Reproduction guide
;; somewhere before layout layer load, e.g. user/init
(setq layouts-enable-autosave t)
Observed behaviour:
Autosave is not enabled.
spacemacs--layouts-autosave-timer => nil
Expected behaviour:
Autosave enabled.
spacemacs--layouts-autosave-timer => timer-object
Cause
Layouts autosave is added to persp-mode-hooks in the config portion of the layer declaration, while persp-mode is activated in the init portion.
System Info
The text was updated successfully, but these errors were encountered: