Open main menu

Changes

rm synctex which slows down context
;; show \alpha as α and \mathbb{R} as ℝ
(ConTeXt-mode . prettify-symbols-mode)
 
;; for SyncTeX
(ConTeXt-mode . TeX-source-correlate-mode)
;; shortcuts for symbols
;; Let AUCTeX detect math environments
(texmathp-tex-commands '(("\\startformula" sw-on) ("\\stopformula" sw-off)))
 
(TeX-source-correlate-start-server t)
(TeX-view-program-selection '((output-pdf "Zathura")))
(TeX-save-query nil)
11

edits