LaTeX-math-mode is redundant with completion

This commit is contained in:
Patrick Elliott 2018-07-13 18:45:59 +02:00
parent babb7821a0
commit 6ba4982bfb

View file

@ -65,8 +65,7 @@
'local))
;; Adding useful things for latex
(add-hook! 'LaTeX-mode-hook
#'(LaTeX-math-mode
TeX-source-correlate-mode
#'(TeX-source-correlate-mode
visual-line-mode))
;; Enable rainbow mode after applying styles to the buffer
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)