Remove redundant flyspell-mode hook in latex
flyspell-mode is already on text-mode-hook
This commit is contained in:
parent
1030f66c24
commit
a1f6f77ca0
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
(add-hook 'TeX-update-style-hook #'rainbow-delimiters-mode)
|
||||
;; display output of latex commands in popup
|
||||
(set-popup-rule! " output\\*$" :size 15)
|
||||
(add-hook 'latex-mode-local-vars-hook #'flyspell-mode!)
|
||||
(after! smartparens-latex
|
||||
(let ((modes '(tex-mode plain-tex-mode latex-mode LaTeX-mode)))
|
||||
;; All these excess pairs dramatically slow down typing in latex buffers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue