X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/fe307a8c1417e0f3784dac3943cdc47c5cc49e27..df200ecdacc235b486dc4858b146d64fd7a92ae7:/el/dot-emacs.el?ds=sidebyside diff --git a/el/dot-emacs.el b/el/dot-emacs.el index b1b901b..4286f73 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2739,6 +2739,10 @@ strip numbers instead." (modify-syntax-entry ?$ "." font-lock-syntax-table) (local-set-key [?$] 'self-insert-command) + ;; Make `tab' be useful, given that tab stops in TeX don't work well. + (local-set-key "\C-i" 'indent-relative) + (setq indent-tabs-mode nil) + ;; Set fill prefix. (mdw-standard-fill-prefix "\\([ \t]*%+[ \t]*\\)")