summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-06-29 08:58:21 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-29 08:58:21 +0100
commit4bb0a34d18a7bb49de504b81c8a2c7fa5df219dd (patch)
tree23e6568f9168274a30e5ea5260228676688f49f5
parentc5360b78cd1bc941a3163effdfc16c52dbd3b8fb (diff)
downloadymh-emacs-4bb0a34d18a7bb49de504b81c8a2c7fa5df219dd.tar.gz
ymh-emacs-4bb0a34d18a7bb49de504b81c8a2c7fa5df219dd.zip
Fix indentation on org-context line
-rw-r--r--init.el12
1 files changed, 11 insertions, 1 deletions
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)