diff options
-rw-r--r-- | arabluatex.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arabluatex.el b/arabluatex.el index bc22df9..77fd11f 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -55,9 +55,6 @@ | |||
55 | ("export" ("true" "false"))) | 55 | ("export" ("true" "false"))) |
56 | "Key=value options for arabverse environment.") | 56 | "Key=value options for arabverse environment.") |
57 | 57 | ||
58 | ;; (defvar LaTeX-arabluatex-color-options | ||
59 | ;; '(())) | ||
60 | |||
61 | (defvar LaTeX-arabluatex-outfile-options | 58 | (defvar LaTeX-arabluatex-outfile-options |
62 | '(("newline")) | 59 | '(("newline")) |
63 | "List of options for outfile command.") | 60 | "List of options for outfile command.") |
@@ -68,8 +65,7 @@ | |||
68 | "List of options for arbmark command.") | 65 | "List of options for arbmark command.") |
69 | 66 | ||
70 | (defvar LaTeX-arabluatex-arind-options | 67 | (defvar LaTeX-arabluatex-arind-options |
71 | '(;; | 68 | '(("index") |
72 | ("index") | ||
73 | ("root") | 69 | ("root") |
74 | ("form") | 70 | ("form") |
75 | ("pipe")) | 71 | ("pipe")) |