diff options
-rw-r--r-- | arabluatex.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arabluatex.el b/arabluatex.el index 77fd11f..34d6466 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -165,7 +165,11 @@ | |||
165 | (font-latex-add-keywords '(("SetTranslitFont" "{") | 165 | (font-latex-add-keywords '(("SetTranslitFont" "{") |
166 | ("SetTranslitStyle" "{") | 166 | ("SetTranslitStyle" "{") |
167 | ("SetTranslitConvention" "{")) | 167 | ("SetTranslitConvention" "{")) |
168 | 'function))) | 168 | 'function)) |
169 | ;; RefTeX support | ||
170 | (when (fboundp 'reftex-add-index-macros) | ||
171 | (reftex-add-index-macros '(("\\arind[]{*}" 1 ?a "" nil t)))) | ||
172 | ) | ||
169 | LaTeX-dialect) | 173 | LaTeX-dialect) |
170 | 174 | ||
171 | ;;; arabluatex.el ends here | 175 | ;;; arabluatex.el ends here |