aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-08-26 15:44:26 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-08-26 15:44:26 +0200
commit7f6d19adb83a2e81312a69208876c360f1848d7d (patch)
tree5913514432f8aeb9ea1ee984927f383112903e87 /ekdosis.el
parent2266cff7baf502a2f570fbcf38f67c2f0d3611fa (diff)
downloadekdosis-7f6d19adb83a2e81312a69208876c360f1848d7d.tar.gz
new alternate command \App to allow for better code folding with ekdosis.el
Diffstat (limited to 'ekdosis.el')
-rw-r--r--ekdosis.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/ekdosis.el b/ekdosis.el
index 50c6364..21d202f 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -257,6 +257,9 @@
257 ("resetvlinenumber" . nil)))) 257 ("resetvlinenumber" . nil))))
258 ;; Folding features: 258 ;; Folding features:
259 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 259 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
260 '("{1}" ("App"))
261 t)
262 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
260 '("{1}" ("app")) 263 '("{1}" ("app"))
261 t) 264 t)
262 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 265 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
@@ -269,6 +272,9 @@
269 '("[n]" ("note")) 272 '("[n]" ("note"))
270 t) 273 t)
271 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 274 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
275 '("[n]" ("note*"))
276 t)
277 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
272 '("[l]" ("linelabel")) 278 '("[l]" ("linelabel"))
273 t) 279 t)
274 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 280 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
@@ -330,6 +336,8 @@
330 0) 336 0)
331 '("ilabel" "indexed label" 337 '("ilabel" "indexed label"
332 0) 338 0)
339 '("App" [ TeX-arg-key-val LaTeX-ekdosis-app-options ]
340 2)
333 '("app" [ TeX-arg-key-val LaTeX-ekdosis-app-options ] 341 '("app" [ TeX-arg-key-val LaTeX-ekdosis-app-options ]
334 t) 342 t)
335 '("lem" [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-lem-options ] 343 '("lem" [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-lem-options ]