Emacs mode: ignore backslash character
authorRotsor <rotsor@gmail.com>
Wed, 19 Apr 2017 21:15:18 +0000 (22:15 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 21:15:18 +0000 (22:15 +0100)
commit613c16b54627b50f2aab32fa05f735ad3b0cbc3e
tree5c9103df5b8ec1abea4b47063a250dfa6d37ea21
parent9ae218e0beefd3cc2c617cf6b66ac9faba1a8af7
Emacs mode: ignore backslash character

Emacs treats the '\' as an escape character by default, which means it sees `\(foo : x) -> bar` as having unbalanced parentheses and therefore `forward-sexp` and related functions don't work.
cubicaltt.el