diff options
-rw-r--r-- | arabluatex.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arabluatex.el b/arabluatex.el index 4ce1e25..810917b 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -44,6 +44,9 @@ | |||
44 | ("utf" ("true" "false"))) | 44 | ("utf" ("true" "false"))) |
45 | "Key=value options for arabverse environment.") | 45 | "Key=value options for arabverse environment.") |
46 | 46 | ||
47 | (defvar LaTeX-arabluatex-color-options | ||
48 | '(())) | ||
49 | |||
47 | (TeX-add-style-hook | 50 | (TeX-add-style-hook |
48 | "arabluatex" | 51 | "arabluatex" |
49 | (lambda () | 52 | (lambda () |
@@ -69,7 +72,8 @@ | |||
69 | '("arb" [ (TeX-arg-eval completing-read "Mode: " | 72 | '("arb" [ (TeX-arg-eval completing-read "Mode: " |
70 | LaTeX-arabluatex-mode-options) ] | 73 | LaTeX-arabluatex-mode-options) ] |
71 | t) | 74 | t) |
72 | '("arbcolor" [ (TeX-arg-eval completing-read "Color: ") ] | 75 | '("arbcolor" [ (TeX-arg-eval completing-read "Color: " |
76 | LaTeX-arabluatex-color-options) ] | ||
73 | t) | 77 | t) |
74 | "SetHemistichDelim" | 78 | "SetHemistichDelim" |
75 | '("bayt" 2) | 79 | '("bayt" 2) |