el/dot-emacs.el: Don't let `<' insert here-document scaffolding.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 1 May 2015 19:38:54 +0000 (20:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 1 May 2015 19:38:54 +0000 (20:38 +0100)
commit10c51541bc05e6deffdc73f4c8e0fde7f460ca18
tree4baf1c73cc17b5667a2f154bacbc8b7e9ad15dd6
parent370bb0ff091c2888901e55938b632a14835d9194
el/dot-emacs.el: Don't let `<' insert here-document scaffolding.

I generally dislike things being magically inserted after point while
I'm typing, and this is an especially egregious case since

  (a) there doesn't seem to be a `proper' way to turn it off (e.g., by
      customizing a variable), so I've had to rebind the key; and

  (b) the inserted material contains a fixed choice `EOF' for the
      delimiter token, which firstly might be usefully varied (e.g.,
      since it will appear in the text body, or to convey more useful
      information to the reader), and secondly must appear (and
      therefore requires changing) in two separate places.

No.  We don't like that.
el/dot-emacs.el