diff options
-rw-r--r-- | arabluatex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex.el b/arabluatex.el index 8c16c9e..bc22df9 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -82,7 +82,7 @@ | |||
82 | (TeX-run-style-hooks "xcolor") | 82 | (TeX-run-style-hooks "xcolor") |
83 | ;; Folding features: | 83 | ;; Folding features: |
84 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | 84 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) |
85 | '("[i]" ("arind"))) | 85 | '("[i]" ("arind")) t) |
86 | ;; This package relies on lualatex, so check for it: | 86 | ;; This package relies on lualatex, so check for it: |
87 | (TeX-check-engine-add-engines 'luatex) | 87 | (TeX-check-engine-add-engines 'luatex) |
88 | (TeX-add-symbols | 88 | (TeX-add-symbols |