Closed abougouffa closed 11 months ago
You should also mention the new configuration options in the README. And check in which version of Emacs exactly seq.el
was introduced, as we might have to bump the Emacs 24.4 requirement.
Hello @bbatsov
Thank you for the feedback, I've addressed the comments you raised in the last commit. seq.el
was introduced in Emacs 25.1, I've bumped the dependency in the package's documentation.
Thanks!
Hello @bbatsov
Thank you for this package.
This PR adds:
seq-some
andseq-every-p
)super-save-silent
to auto save files silentlysuper-save-delete-trailing-whitespaces
which acceptsnil
(default),t
to calldelete-trailing-whitespace
before saving. The variable also accepts a symbolexcept-current-line
, which delete trailing white spaces for all lines except the current line. This is useful when we are in the middle of writing something, but we need to switch to something else for a while. In this case, we would expect to find the cursor where we left it.The two last features are inspired by https://github.com/manateelazycat/auto-save