Skip to content

Buffer not being saved when I switch buffers #51

Description

@mrcnski

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions