diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:55:06 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:03 +0200 |
| commit | d9184e0072890daaa3c9ed82b4e9808c9d8d7f57 (patch) | |
| tree | 21018fbb073b117af25570aa4209099986507f0a /dot.emacs.d | |
| parent | 13d81dadb732ca1a94880e60f98c1a1c7b5aaa38 (diff) | |
Emacs: tex: Disable prettify-symbols; enable TeX-source-correlate
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index c4e0676..bd97885 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -366,7 +366,7 @@ fill-column 80) (dolist (f '(qsx-enable-TeX-fold-mode turn-on-auto-fill - prettify-symbols-mode)) + TeX-source-correlate-mode)) (add-hook 'TeX-mode-hook f)) (TeX-add-symbols '("cref" TeX-arg-ref) |
