From a00ecb3fc0e497604c2bd517a95e5367be0ac99c Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 25 Jul 2024 00:28:07 -0400 Subject: [PATCH] Enable shell source code blocks in Org-mode Babel --- emacs/.emacs.d/config/init-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/config/init-org.el b/emacs/.emacs.d/config/init-org.el index 2bd4d45..7957f20 100644 --- a/emacs/.emacs.d/config/init-org.el +++ b/emacs/.emacs.d/config/init-org.el @@ -39,7 +39,8 @@ DATE should be in the format \"YYYY-MM-DD\". If called interactively, default to 'org-babel-load-languages '((emacs-lisp . t) (plantuml . t) - (python . t))) + (python . t) + (shell . t))) :custom (org-modules '(ol-doi ol-w3m