mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(org): no mixed-pitch/spellcheck on org-footnote
This commit is contained in:
@ -100,6 +100,7 @@
|
|||||||
org-block-end-line
|
org-block-end-line
|
||||||
org-code
|
org-code
|
||||||
org-date
|
org-date
|
||||||
|
org-footnote
|
||||||
org-formula
|
org-formula
|
||||||
org-latex-and-related
|
org-latex-and-related
|
||||||
org-link
|
org-link
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
(pushnew! mixed-pitch-fixed-pitch-faces
|
(pushnew! mixed-pitch-fixed-pitch-faces
|
||||||
'org-date
|
'org-date
|
||||||
|
'org-footnote
|
||||||
'org-special-keyword
|
'org-special-keyword
|
||||||
'org-property-value
|
'org-property-value
|
||||||
'org-ref-cite-face
|
'org-ref-cite-face
|
||||||
|
Reference in New Issue
Block a user