From 4bb0a34d18a7bb49de504b81c8a2c7fa5df219dd Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 29 Jun 2023 08:58:21 +0100 Subject: Fix indentation on org-context line --- init.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 955115c..57e78ca 100644 --- a/init.el +++ b/init.el @@ -1338,7 +1338,17 @@ https://yannherklotz.com")) %i %b %o")) - (add-to-list 'org-context-presets-alist '("ymh-article" . (:literal "\\usemodule[art-01]" :template "ymh-article" :snippets ("ymh-abstract" "ymh-colours" "ymh-fonts" "ymh-bib" "ymh-interaction" "ymh-titleframed" "ymh-first-noheader"))))) + (add-to-list 'org-context-presets-alist + '("ymh-article" . + (:literal "\\usemodule[art-01]" + :template "ymh-article" + :snippets ("ymh-abstract" + "ymh-colours" + "ymh-fonts" + "ymh-bib" + "ymh-interaction" + "ymh-titleframed" + "ymh-first-noheader"))))) (use-package dune :ensure t) -- cgit