mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant flyspell-mode hook in latex
flyspell-mode is already on text-mode-hook
This commit is contained in:
@ -58,7 +58,6 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||||||
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
||||||
;; display output of latex commands in popup
|
;; display output of latex commands in popup
|
||||||
(set-popup-rule! " output\\*$" :size 15)
|
(set-popup-rule! " output\\*$" :size 15)
|
||||||
(add-hook 'latex-mode-local-vars-hook #'flyspell-mode!)
|
|
||||||
(after! smartparens-latex
|
(after! smartparens-latex
|
||||||
(let ((modes '(tex-mode plain-tex-mode latex-mode LaTeX-mode)))
|
(let ((modes '(tex-mode plain-tex-mode latex-mode LaTeX-mode)))
|
||||||
;; All these excess pairs dramatically slow down typing in latex buffers,
|
;; All these excess pairs dramatically slow down typing in latex buffers,
|
||||||
|
Reference in New Issue
Block a user