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

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

[elpa] externals/org 524d8fe 09/14: Plug citations into fontification pr


From: ELPA Syncer
Subject: [elpa] externals/org 524d8fe 09/14: Plug citations into fontification process
Date: Fri, 9 Jul 2021 02:57:18 -0400 (EDT)

branch: externals/org
commit 524d8fe4c1c758e868f236cb1da115a77683380a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Plug citations into fontification process
---
 lisp/org.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 9548155..1524dca 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -94,6 +94,7 @@
 (require 'org-compat)
 (require 'org-keys)
 (require 'ol)
+(require 'oc)
 (require 'org-table)
 
 ;; `org-outline-regexp' ought to be a defconst but is let-bound in
@@ -5765,7 +5766,9 @@ needs to be inserted at a specific position in the 
font-lock sequence.")
                 org-comment-string)
                '(9 'org-special-keyword t))
          ;; Blocks and meta lines
-         '(org-fontify-meta-lines-and-blocks))))
+         '(org-fontify-meta-lines-and-blocks)
+          ;; Citations
+          '(org-cite-activate))))
     (setq org-font-lock-extra-keywords (delq nil org-font-lock-extra-keywords))
     (run-hooks 'org-font-lock-set-keywords-hook)
     ;; Now set the full font-lock-keywords



reply via email to

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