el/dot-emacs.el (mdw-fontify-rust): Also indent on `{'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 3 Jun 2015 13:44:55 +0000 (14:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 3 Jun 2015 13:44:55 +0000 (14:44 +0100)
I haven't decided yet where to put the open brace of a Rust function
definition.

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.