super-save icon indicating copy to clipboard operation
super-save copied to clipboard

Save Emacs buffers when they lose focus

Results 18 super-save issues
Sort by recently updated
recently updated
newest added

would it be possible for super-save to not trigger save hooks — reserving those for when a file is manually saved? for my specific use-case, i'm using org-roam which binds:...

In some cases idle save should be shutdown. For example, if a function such as 'gofmt-before-save or 'go-remove-unused-imports is added in before-save-hook, then every idle-save will format the code. Some...

I'm running into an issue with `lsp-mode` which is described in https://github.com/emacs-lsp/lsp-mode/issues/1322. `lsp-mode` uses `lv-message` instead of `message` to print some information, and this seems to trigger saving with `super-save`....

I found this problem out at the worst possible way: writing a long text over a period of time and having emacs to crash when exiting the capture frame with...

enhancement

# My Environment - OS: MX Linux 18 - Result of `$ uname -r`: 4.19.0-5-amd64 - [dotfiles](https://github.com/mrbig033/dotfiles) - i3 version 4.13 - [~/.config/i3](https://github.com/mrbig033/dotfiles/blob/master/i3/config) - GNU Emacs 27.0.50 - [~/.emacs.d](https://github.com/mrbig033/emacs) #...

# My Environment - OS: MX Linux 18 - Result of `$ uname -r`: 4.19.0-5-amd64 - [dotfiles](https://github.com/mrbig033/dotfiles) - i3 version 4.13 - [~/.config/i3](https://github.com/mrbig033/dotfiles/blob/master/i3/config) - GNU Emacs 27.0.50 - [~/.emacs.d](https://github.com/mrbig033/emacs) #...

When used in conjunct with https://github.com/pythonic-emacs/blacken/blob/master/blacken.el, Super Save fails to keep the cursor in the same position (does not save excursion), and it ends up going to the top of...

Is there anyway to exclude files during peep-dired session?

### Runtime Environment - MX Linux 18 - [dotfiles](https://github.com/mrbig033/dotfiles) - GNU Emacs 27.0.50 - Org mode version 9.2.3 - Evil version 1.2.14 - [~/.emacs.d](https://github.com/mrbig033/emacs) - super-save 20180929.727 ### Issue I'm...