diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-16 18:38:48 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-16 18:38:48 (GMT) |
| commit | c95c7232c3981110c1b8b1efb0d3a397c4e55c27 (patch) | |
| tree | 22723ffcb374b45043a1e5acb9d2540cbe0cef1f /ravi-init-files.el | |
| parent | 13919f123f3009340c39c2029ba599e60c193ca6 (diff) | |
| download | dotemacs-c95c7232c3981110c1b8b1efb0d3a397c4e55c27.zip dotemacs-c95c7232c3981110c1b8b1efb0d3a397c4e55c27.tar.gz dotemacs-c95c7232c3981110c1b8b1efb0d3a397c4e55c27.tar.bz2 | |
Tex/LaTeX changes
- set fill column correctly
- remove keyadvice since it never worked
- add XeLaTeX support
- do not auto revert tex output; it only makes sense manually
Diffstat (limited to 'ravi-init-files.el')
| -rw-r--r-- | ravi-init-files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ravi-init-files.el b/ravi-init-files.el index 44d1683..96d4dc5 100644 --- a/ravi-init-files.el +++ b/ravi-init-files.el @@ -36,6 +36,7 @@ ;; Also auto refresh dired, but be quiet about it (setq global-auto-revert-non-file-buffers t) +(setq global-auto-revert-ignore-modes '(TeX-output-mode)) (setq auto-revert-verbose nil) ;; Transparently open compressed files |
