mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
LaTeX-math-mode is redundant with completion
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user