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