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