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
I have the following to prevent super-save from working on Python files:
(setq super-save-exclude '(".py"))
But it does not work, super-save remain active. In fact, super-save seems to remain active in all modes, in all circumstances, even after I hit M-x super-save-mode. Altering super-save-duration requires a full reboot (I use emacsclient).
This is my use-package declaration for super-save:
My Environment
$ uname -r
: 4.19.0-5-amd64Issue
I have the following to prevent super-save from working on Python files:
But it does not work, super-save remain active. In fact, super-save seems to remain active in all modes, in all circumstances, even after I hit
M-x super-save-mode
. Alteringsuper-save-duration
requires a full reboot (I useemacsclient
).This is my
use-package
declaration for super-save:The text was updated successfully, but these errors were encountered: