From dfc06e1002a8c0ff40f2d7471c6d1b463a98a86e Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 15 Jun 2018 15:25:50 +0200 Subject: a mistake in arabluatex.el --- arabluatex.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arabluatex.el') diff --git a/arabluatex.el b/arabluatex.el index 4ce1e25..810917b 100644 --- a/arabluatex.el +++ b/arabluatex.el @@ -44,6 +44,9 @@ ("utf" ("true" "false"))) "Key=value options for arabverse environment.") +(defvar LaTeX-arabluatex-color-options + '(())) + (TeX-add-style-hook "arabluatex" (lambda () @@ -69,7 +72,8 @@ '("arb" [ (TeX-arg-eval completing-read "Mode: " LaTeX-arabluatex-mode-options) ] t) - '("arbcolor" [ (TeX-arg-eval completing-read "Color: ") ] + '("arbcolor" [ (TeX-arg-eval completing-read "Color: " + LaTeX-arabluatex-color-options) ] t) "SetHemistichDelim" '("bayt" 2) -- cgit v1.2.3