Fix 'No such file or directory, ob-elisp' error

When running async elisp src blocks in org-mode.
This commit is contained in:
Henrik Lissner
2020-05-06 02:49:00 -04:00
parent 66d4aeed1a
commit d4242c4ec3

View File

@@ -4,6 +4,7 @@
'((cpp . C)
(C++ . C)
(D . C)
(elisp . emacs-lisp)
(sh . shell)
(bash . shell)
(matlab . octave)