super-save icon indicating copy to clipboard operation
super-save copied to clipboard

Adding a super-save-trigger does nothing

Open Sinthoras7 opened this issue 1 year ago • 0 comments

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

Sinthoras7 avatar Oct 01 '24 18:10 Sinthoras7