aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:55:06 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:03 +0200
commitd9184e0072890daaa3c9ed82b4e9808c9d8d7f57 (patch)
tree21018fbb073b117af25570aa4209099986507f0a /dot.emacs.d/init.el
parent13d81dadb732ca1a94880e60f98c1a1c7b5aaa38 (diff)
Emacs: tex: Disable prettify-symbols; enable TeX-source-correlate
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el2
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)