From 2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a Mon Sep 17 00:00:00 2001 From: Nathan Moreau Date: Sun, 12 Apr 2020 17:40:29 +0200 Subject: rust-format-show-buffer: default to true. Otherwise it might not be clear what the problem is, in case of whitespace issues. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3