Add latex faces to +spell-excluded-faces-alist
This commit is contained in:
parent
e3750dbf66
commit
c0a3c6f977
1 changed files with 7 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue