You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M-x super-save-mode has no effect in any buffer: it just keeps saving no matter what. To disable it, I need to change my configurations and reboot. Evaluating (super-save-mode +1) or (setq super-save-mode nil) has absolutely no effect.
This is my use-package declaration for super-save:
@mrbig033 M-x super-save-mode works for me. What does the message say when you try to turn of by M-x super-save-mode(It shoud be Super-Save mode disabled if its working).
I couldn't get super save to disable by default, M-x super-save-mode disabled it in that buffer but setting (super-save-mode -1) did nothing. The only way I could get it to work was by placing a file containing
My Environment
$ uname -r
: 4.19.0-5-amd64Issue
M-x super-save-mode
has no effect in any buffer: it just keeps saving no matter what. To disable it, I need to change my configurations and reboot. Evaluating(super-save-mode +1)
or(setq super-save-mode nil)
has absolutely no effect.This is my
use-package
declaration for super-save:The text was updated successfully, but these errors were encountered: