Add latex faces to +spell-excluded-faces-alist

This commit is contained in:
Yoav Marco 2020-08-24 16:16:19 +03:00
parent e3750dbf66
commit c0a3c6f977

View File

@ -110,7 +110,13 @@
org-todo-keyword-outd
org-todo-keyword-todo
org-todo-keyword-wait
org-verbatim)))
org-verbatim))
(latex-mode
. (font-latex-math-face
font-latex-sedate-face
font-lock-function-name-face
font-lock-keyword-face
font-lock-variable-name-face)))
"Faces in certain major modes that spell-fu will not spellcheck.")
(setq spell-fu-directory (concat doom-etc-dir "spell-fu"))