From d19ca5dc724fc8a0a8724c948c28595e5ca17646 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 15 Apr 2020 18:08:32 +0200 Subject: arabluatex.el: adding RefTeX support --- arabluatex.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arabluatex.el') diff --git a/arabluatex.el b/arabluatex.el index 77fd11f..34d6466 100644 --- a/arabluatex.el +++ b/arabluatex.el @@ -165,7 +165,11 @@ (font-latex-add-keywords '(("SetTranslitFont" "{") ("SetTranslitStyle" "{") ("SetTranslitConvention" "{")) - 'function))) + 'function)) + ;; RefTeX support + (when (fboundp 'reftex-add-index-macros) + (reftex-add-index-macros '(("\\arind[]{*}" 1 ?a "" nil t)))) + ) LaTeX-dialect) ;;; arabluatex.el ends here -- cgit v1.2.3