Add shell to evaluatable languages (Org)
This commit is contained in:
parent
e6e6f0f205
commit
6ab90a29a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user