diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-11 16:42:42 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-11 16:42:42 +0200 |
commit | 2448ffc900eeea6c4d91eb61b503f2e4b33dd659 (patch) | |
tree | 5194773a3844e384a554449bbe191cd40ce04701 | |
parent | eca29eb54ec96619e52b7f75d1eadd5ab54d147d (diff) | |
download | arabluatex-2448ffc900eeea6c4d91eb61b503f2e4b33dd659.tar.gz |
typo in .el file
-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 |