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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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