mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
LaTeX-math-mode is redundant with completion
This commit is contained in:
@ -65,8 +65,7 @@
|
|||||||
'local))
|
'local))
|
||||||
;; Adding useful things for latex
|
;; Adding useful things for latex
|
||||||
(add-hook! 'LaTeX-mode-hook
|
(add-hook! 'LaTeX-mode-hook
|
||||||
#'(LaTeX-math-mode
|
#'(TeX-source-correlate-mode
|
||||||
TeX-source-correlate-mode
|
|
||||||
visual-line-mode))
|
visual-line-mode))
|
||||||
;; Enable rainbow mode after applying styles to the buffer
|
;; Enable rainbow mode after applying styles to the buffer
|
||||||
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
||||||
|
Reference in New Issue
Block a user