mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Fix 'No such file or directory, ob-elisp' error
When running async elisp src blocks in org-mode.
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
'((cpp . C)
|
'((cpp . C)
|
||||||
(C++ . C)
|
(C++ . C)
|
||||||
(D . C)
|
(D . C)
|
||||||
|
(elisp . emacs-lisp)
|
||||||
(sh . shell)
|
(sh . shell)
|
||||||
(bash . shell)
|
(bash . shell)
|
||||||
(matlab . octave)
|
(matlab . octave)
|
||||||
|
Reference in New Issue
Block a user