chiark / gitweb /
el/dot-emacs.el: Fix tab key in TeX-ish modes.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 24 Jul 2017 11:12:39 +0000 (12:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 24 Jul 2017 11:12:39 +0000 (12:12 +0100)
commit060c23ce272d3f9b7bf158cac48c7a1b30ad4515
tree35568caaabb718359c015c04d2e766290fc3dbdd
parentd71a646d65c0a414a1ddba439bcd8383fb7ceec8
el/dot-emacs.el: Fix tab key in TeX-ish modes.

I think having TAB bound to `indent-for-tab-command' is after all a good
thing, and I should put it back.  But `indent-relative' is also useful,
so put that on M-TAB.  This means defeating Flyspell's use of this key
to mean the same as C-. (`flyspell-auto-correct-word'), which (a) is
already on a different key too, and (b) I didn't know existed so I'm not
going to miss it.
el/dot-emacs.el