emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jinx 7ebd7e3218: jinx-exclude-faces: Add org-document-i


From: ELPA Syncer
Subject: [elpa] externals/jinx 7ebd7e3218: jinx-exclude-faces: Add org-document-info-keyword
Date: Mon, 26 Jun 2023 15:58:27 -0400 (EDT)

branch: externals/jinx
commit 7ebd7e3218cc427c99bf38adf3278f1ef85aa0f3
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    jinx-exclude-faces: Add org-document-info-keyword
---
 jinx.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/jinx.el b/jinx.el
index ab402c1b84..a87e9486d3 100644
--- a/jinx.el
+++ b/jinx.el
@@ -116,11 +116,12 @@ Set to t to enable camelCase everywhere."
      markdown-plain-url-face markdown-reference-face markdown-url-face)
     (org-mode
      org-block org-block-begin-line org-block-end-line org-code org-cite
-     org-cite-key org-date org-footnote org-formula org-latex-and-related
-     org-link org-macro org-meta-line org-property-value org-ref-cite-face
-     org-special-keyword org-tag org-todo org-todo-keyword-done
-     org-todo-keyword-habt org-todo-keyword-kill org-todo-keyword-outd
-     org-todo-keyword-todo org-todo-keyword-wait org-verbatim
+     org-cite-key org-date org-document-info-keyword org-footnote org-formula
+     org-latex-and-related org-link org-macro org-meta-line org-property-value
+     org-ref-cite-face org-special-keyword org-tag org-todo
+     org-todo-keyword-done org-todo-keyword-habt org-todo-keyword-kill
+     org-todo-keyword-outd org-todo-keyword-todo org-todo-keyword-wait
+     org-verbatim
      ;; org-modern
      org-modern-tag org-modern-date-active org-modern-date-inactive)
     (tex-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]