summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode.el b/rust-mode.el
index dfe3e9a..4fadd81 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1456,6 +1456,7 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
(setq-local comment-start "// ")
(setq-local comment-end "")
(setq-local indent-tabs-mode nil)
+ (setq-local open-paren-in-column-0-is-defun-start nil)
;; Auto indent on }
(setq-local