mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
add rust to +org-babel-mode-alist
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
(sh . shell)
|
(sh . shell)
|
||||||
(bash . shell)
|
(bash . shell)
|
||||||
(matlab . octave)
|
(matlab . octave)
|
||||||
|
(rust . rustic-babel)
|
||||||
(amm . ammonite))
|
(amm . ammonite))
|
||||||
"An alist mapping languages to babel libraries. This is necessary for babel
|
"An alist mapping languages to babel libraries. This is necessary for babel
|
||||||
libraries (ob-*.el) that don't match the name of the language.
|
libraries (ob-*.el) that don't match the name of the language.
|
||||||
|
Reference in New Issue
Block a user