el/dot-emacs.el (mdw-fontify-rust): Also indent on `{'.
[profile] / el / dot-emacs.el
index f8af576..3a461d6 100644 (file)
@@ -2051,6 +2051,7 @@ doesn't match any of the regular expressions in
                 '(0 mdw-punct-face)))))
 
   ;; Hack key bindings.
+  (local-set-key [?{] 'mdw-self-insert-and-indent)
   (local-set-key [?}] 'mdw-self-insert-and-indent)
 
   ;; Final hacking.