commit 54cc1c71a5d3b7b2c7f60fe5ce6f8d1e80d26ff0
parent 657db7f32d3d40633fc83e0e1b957bf9356a0893
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 15 Jun 2022 23:42:07 +0200
emacs: enable shell code blocks in org
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -375,7 +375,8 @@ In org mode, I want to use bullets instead of stars, so I also install ~org-supe
'((emacs-lisp . t)
(R . t)
(python . t)
- (ruby . t)))
+ (ruby . t)
+ (shell . t)))
(setq org-babel-python-command "python3")
(setq org-confirm-babel-evaluate nil)