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