Add shell to evaluatable languages (Org)

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent e6e6f0f205
commit 6ab90a29a6

View File

@ -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