summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)