doomemacs/modules/editor/format/autoload
Henrik Lissner 9a38ee2428
fix(format): prefix arg inhibiting format-on-save (part 2)
Experimenting with a new approach to this issue, in an effort to avoid
advice on such low level commands ({basic-,}save-buffer). I don't like
that we're still stacking new behavior on top of their pre-existing
prefix arg behavior (manipulating backup-on-save functionality), but
maybe it's not useful enough to worry about?

Fix: #8420
Amend: f0c8290ae2
2025-08-11 01:22:40 +02:00
..
evil.el
format.el fix(format): prefix arg inhibiting format-on-save (part 2) 2025-08-11 01:22:40 +02:00
lsp.el fix(format): eglot format scratch buffer 2025-06-02 14:18:25 +02:00
org.el
settings.el