diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-14 14:19:03 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-14 14:19:03 +0200 |
commit | 0f982b9fa47dac69c00641bb0c70931e0c2da2fc (patch) | |
tree | ab37d968e09bb3359758fac64112c3b801c5d9e6 | |
parent | bfe0be49dc3240fc75bd9633c29511f625794f4c (diff) | |
download | arabluatex-0f982b9fa47dac69c00641bb0c70931e0c2da2fc.tar.gz |
undo [2448ffc]
-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 |