Thanks for the package. One thing seems not to work as I expected: a modified buffer isn't saved when I switch buffers with other-window or winum-select. It does get saved when I switch back to it.
Here's the config I was driving:
(use-package super-save
:custom
;; Quiet: this fires on every window switch.
(super-save-silent t)
(super-save-when-focus-lost nil)
(super-save-auto-save-when-idle nil)
:config
(super-save-mode t)
)
Thanks!
Thanks for the package. One thing seems not to work as I expected: a modified buffer isn't saved when I switch buffers with
other-windowor winum-select. It does get saved when I switch back to it.Here's the config I was driving:
Thanks!