emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 2a8ca9e 443/486: rust-format-show-buffer: defaul


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 2a8ca9e 443/486: rust-format-show-buffer: default to true.
Date: Sat, 7 Aug 2021 09:26:11 -0400 (EDT)

branch: elpa/rust-mode
commit 2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a
Author: Nathan Moreau <nathan.moreau@m4x.org>
Commit: Nathan Moreau <nathan.moreau@m4x.org>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]