From 2c63d19cf472f0a1500545a554cda3829e86aa46 Mon Sep 17 00:00:00 2001 From: KJ Date: Sun, 21 Apr 2024 20:18:42 -0400 Subject: [PATCH] Enable calc babel. --- configs/init-org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/init-org.el b/configs/init-org.el index 85020a6..ca99ed4 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -83,6 +83,7 @@ (C . t) (R . t) (awk . t) + (calc . t) (clojure . t) (go . t) (haskell . t)