From c90c19323b7c962263225f057bd6d1032dc697f5 Mon Sep 17 00:00:00 2001 From: KJ Date: Sun, 21 Apr 2024 20:19:33 -0400 Subject: [PATCH] Change babel sh to shell (it allows bash, sh, etc.). --- configs/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init-org.el b/configs/init-org.el index ca99ed4..612e1f5 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -93,7 +93,7 @@ (python . t) (rust . t) (translate . t) - (sh . t) + (shell . t) ))) )