From ca4d125b23a69144980fd7fc4a85ba403e656f64 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sat, 16 Sep 2023 19:32:42 +0200 Subject: [PATCH] Improve ~dummyenv~ template Signed-off-by: Magic_RB --- emacs-lisp/tempel_templates.org | 4 ++-- emacs-lisp/templates.lisp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs-lisp/tempel_templates.org b/emacs-lisp/tempel_templates.org index 512e8bf..60dc16a 100644 --- a/emacs-lisp/tempel_templates.org +++ b/emacs-lisp/tempel_templates.org @@ -183,9 +183,9 @@ " " n " }" n " \\end{algorithm}" n - "\\end{dummyenv}" n + "\\end{dummyenv}" q n (tempel-retpoint-here) - :post (tempel-post-edit-latex t -4)) + :post (tempel-post-edit-latex t -3)) org-mode :condition (org-inside-LaTeX-fragment-p) diff --git a/emacs-lisp/templates.lisp b/emacs-lisp/templates.lisp index 1fae6a7..1ec30d3 100644 --- a/emacs-lisp/templates.lisp +++ b/emacs-lisp/templates.lisp @@ -137,9 +137,9 @@ org-mode " " n " }" n " \\end{algorithm}" n - "\\end{dummyenv}" n + "\\end{dummyenv}" q n (tempel-retpoint-here) - :post (tempel-post-edit-latex t -4)) + :post (tempel-post-edit-latex t -3)) org-mode :condition (org-inside-LaTeX-fragment-p)