From 2067eb989a1a20af73bb3108b0a145a591076294 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 20 Sep 2024 08:41:35 +0200 Subject: [PATCH] Enable org-babel dot --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a20fbbf3..3064696f 100755 --- a/init.el +++ b/init.el @@ -1662,7 +1662,8 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (plantuml . t) (C . t) (js . t) - (scheme . t))) + (scheme . t) + (dot . t))) ;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks. :custom-face (org-tag ((t (:weight normal :height 0.8))))