diff options
Diffstat (limited to 'ekdosis.el')
-rw-r--r-- | ekdosis.el | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -35,18 +35,14 @@ | |||
35 | (append LaTeX-ekdosis-preamble-options))) | 35 | (append LaTeX-ekdosis-preamble-options))) |
36 | 36 | ||
37 | (TeX-add-style-hook | 37 | (TeX-add-style-hook |
38 | "eksosis" | 38 | "ekdosis" |
39 | (lambda () | 39 | (lambda () |
40 | ;; Folding features: | 40 | ;; Folding features: |
41 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | 41 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) |
42 | '("{1}" | 42 | '("{1}" ("app")) |
43 | ("app")) | 43 | '("{7}||{6}||{5}||{4}||{3}||{2}||{1}" ("lem")) |
44 | '("{7}||{6}||{5}||{4}||{3}||{2}||{1}" | 44 | '("[r]" ("rdg")) |
45 | ("lem")) | 45 | '("[n]" ("note")) |
46 | '("[r]" | ||
47 | ("rdg")) | ||
48 | '("[n]" | ||
49 | ("note")) | ||
50 | t) | 46 | t) |
51 | ;; This package relies on lualatex, so check for it: | 47 | ;; This package relies on lualatex, so check for it: |
52 | (TeX-check-engine-add-engines 'luatex) | 48 | (TeX-check-engine-add-engines 'luatex) |