From 6ab90a29a6f9e74059f307c1a166678b12d391ff Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Add shell to evaluatable languages (Org) --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index c68b2c3..1ac4ffa 100644 --- a/config.org +++ b/config.org @@ -116,12 +116,13 @@ needs to be set up to install them if they aren't already. =babel= lets us evaluate Org documents containing source blocks! I've left the enabling of this for most languages to the section - for that language, but I'll add Emacs Lisp here. + for that language, but I'll add Emacs Lisp and shell here. #+begin_src emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages - '((emacs-lisp . t))) + '((emacs-lisp . t) + (shell . t))) #+end_src By default trying to execute a source block prompts you, which is