aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabluatex.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/arabluatex.el b/arabluatex.el
index 34d6466..8977b32 100644
--- a/arabluatex.el
+++ b/arabluatex.el
@@ -66,7 +66,8 @@
66 66
67(defvar LaTeX-arabluatex-arind-options 67(defvar LaTeX-arabluatex-arind-options
68 '(("index") 68 '(("index")
69 ("root") 69 ("root"
70 ("1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15"))
70 ("form") 71 ("form")
71 ("pipe")) 72 ("pipe"))
72 "Option for arind command.") 73 "Option for arind command.")
@@ -168,7 +169,7 @@
168 'function)) 169 'function))
169 ;; RefTeX support 170 ;; RefTeX support
170 (when (fboundp 'reftex-add-index-macros) 171 (when (fboundp 'reftex-add-index-macros)
171 (reftex-add-index-macros '(("\\arind[]{*}" 1 ?a "" nil t)))) 172 (reftex-add-index-macros '(("\\arind[]{*}" "" ?a "" nil t))))
172 ) 173 )
173 LaTeX-dialect) 174 LaTeX-dialect)
174 175