diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2020-04-12 17:40:29 +0200 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2020-04-14 22:52:08 +0200 |
| commit | 2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a (patch) | |
| tree | 203b466bf53f25f8ee86f4e6a9c7c7c2f016690c | |
| parent | 888f3de9922ff648dfb0a464ff8587e76bd0369a (diff) | |
| download | rust-mode-2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a.tar.gz | |
rust-format-show-buffer: default to true.
Otherwise it might not be clear what the problem is, in case of
whitespace issues.
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index 154978b..b6ef25b 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -198,7 +198,7 @@ to the function arguments. When nil, `->' will be indented one level." :safe #'booleanp :group 'rust-mode) -(defcustom rust-format-show-buffer nil +(defcustom rust-format-show-buffer t "Show *rustfmt* buffer if formatting detected problems." :type 'boolean :safe #'booleanp |
