super-save
super-save copied to clipboard
Adding a super-save-trigger does nothing
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:
(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.
Environment & Version information
super-save version
The most recent one
Emacs version
29.4
Operating system
Fedora