add rust to +org-babel-mode-alist

This commit is contained in:
brotzeit 2020-05-17 21:28:31 +02:00
parent f6a9c9baf5
commit d8d16d22bc

View file

@ -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.