Merge pull request #3823 from ymarco/latex-spell-fu

Add latex faces to +spell-excluded-faces-alist
This commit is contained in:
Henrik Lissner 2020-08-24 22:26:09 -04:00 committed by GitHub
commit 87431c91c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,13 @@
org-todo-keyword-outd org-todo-keyword-outd
org-todo-keyword-todo org-todo-keyword-todo
org-todo-keyword-wait 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.") "Faces in certain major modes that spell-fu will not spellcheck.")
(setq spell-fu-directory (concat doom-etc-dir "spell-fu")) (setq spell-fu-directory (concat doom-etc-dir "spell-fu"))