summaryrefslogtreecommitdiff
path: root/rust-rustfmt.el
AgeCommit message (Collapse)Author
2022-12-25Merge pull request #481 from imichael2e2/masterbrotzeit
Refine the error message displaying
2022-12-24Prevent from generating the redundant error messages in minibuffer.Michael
2022-12-20check for rustfmt window before deleting it, fixes the fix to #475Brent Westbrook
adapted from https://github.com/dominikh/go-mode.el/blob/08aa90d52f0e7d2ad02f961b554e13329672d7cb/go-mode.el#L1986
2022-12-19Support envrc for rustfmtamesgen
2022-12-18Automatically remove the redundant window after calling rustfmt. Fix the ↵Michael
issue #475
2022-08-18apply minor fixesbrotzeit
2022-01-08don't throw error in rust-format-on-savebrotzeit
so the file can be saved close #166
2022-01-08remove save-window-excursionbrotzeit
2022-01-07save excursion when formattingbrotzeit
close #392
2021-11-26allow changing rustfmt hook funtctionsbrotzeit
2021-10-16Call *rustfmt* by its proper name in user messagesSergey Vinokurov
2021-10-16Improve rust--format-fix-rustfmt-bufferSergey Vinokurov
2021-04-23Create rust-rustfmt.el from existing codeJonas Bernoulli