diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-15 18:08:32 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-15 18:08:32 +0200 |
commit | d19ca5dc724fc8a0a8724c948c28595e5ca17646 (patch) | |
tree | c916df1f1b1d7c4042542b25bd47dedac076fe05 | |
parent | dfdc514bd7f583e1d95cc9591240e23630d27583 (diff) | |
download | arabluatex-d19ca5dc724fc8a0a8724c948c28595e5ca17646.tar.gz |
arabluatex.el: adding RefTeX support
-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 |