Skip to content
New issue

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

Adding a super-save-trigger does nothing #49

Open
Sinthoras7 opened this issue Oct 1, 2024 · 0 comments
Open

Adding a super-save-trigger does nothing #49

Sinthoras7 opened this issue Oct 1, 2024 · 0 comments

Comments

@Sinthoras7
Copy link

Sinthoras7 commented Oct 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant