chiark / gitweb /
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 f8af576e737c066d7eeea0954565888b7cdaa0b3..3a461d67da62ef2cf985c04bc1660ca3c9be4099 100644 (file)
@@ -2051,6 +2051,7 @@ (defun mdw-fontify-rust ()
                 '(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.