diff options
| -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 |
