Don't spell check org-modern's tag face

This commit is contained in:
TEC 2022-05-23 18:47:59 +08:00
parent a908bb26ac
commit 18070a48ca
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 8 additions and 0 deletions

View File

@ -5307,6 +5307,14 @@ and Minad's lovely =org-modern= goes a long way in this regard.
(custom-set-faces! '(org-modern-statistics :inherit org-checkbox-statistics-todo)))
#+end_src
Since =org-modern='s tag face supplants Org's tag face, we need to adjust the
spell-check face ignore list
#+begin_src emacs-lisp
(after! spell-fu
(pushnew 'org-modern-tag (alist-get 'org-mode +spell-excluded-faces-alist)))
#+end_src
***** Emphasis markers
While ~org-hide-emphasis-markers~ is very nice, it can sometimes make edits which
occur at the border a bit more fiddley. We can improve this situation without