From 717f6e3cfe40472d5a818eff9b9c7542386d5dbb Mon Sep 17 00:00:00 2001 From: UndeadKernel Date: Wed, 11 Apr 2018 13:03:59 +0200 Subject: [PATCH] Sneak in some more nice-to-have LaTeX fontifications. --- modules/lang/latex/+fontification.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/latex/+fontification.el b/modules/lang/latex/+fontification.el index fa853e726..627931543 100644 --- a/modules/lang/latex/+fontification.el +++ b/modules/lang/latex/+fontification.el @@ -8,6 +8,8 @@ ("addbibresource" "[{") ;; Standard commands ("cite" "[{") + ("citep" "[{") + ("citet" "[{") ("Cite" "[{") ("parencite" "[{") ("Parencite" "[{")