diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-10 11:38:27 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-10 11:38:27 +0200 |
commit | 78488968e275fc211030d2bc60d73030169d5ba2 (patch) | |
tree | a7f69e2cbb99c4c98a9c924b795d3324e44d0d2f | |
parent | 509ac4c5f774475269b472fe60b1775ae4962fd9 (diff) | |
download | arabluatex-78488968e275fc211030d2bc60d73030169d5ba2.tar.gz |
added folding features to arabluatex.el
-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 |