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
It should autosave, when I escape the insert-mode via evil-force-normal-state.
evil-force-normal-state
It does nothing
I set the variable with:
(use-package super-save :straight t :config (super-save-mode +1) (setq super-save-triggers '(switch-to-buffer other-window windmove-up windmove-down windmove-left windmove-right next-buffer previous-buffer evil-force-normal-state)) )
A describe-variable shows, that the variable is set correctly, but it does not save.
describe-variable
The most recent one
29.4
Fedora
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
It should autosave, when I escape the insert-mode via
evil-force-normal-state
.Actual behavior
It does nothing
Steps to reproduce the problem
I set the variable with:
A
describe-variable
shows, that the variable is set correctly, but it does not save.Environment & Version information
super-save version
The most recent one
Emacs version
29.4
Operating system
Fedora
The text was updated successfully, but these errors were encountered: