From d8d16d22bc9b955bf1e54cb8219d7263361c4e31 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sun, 17 May 2020 21:28:31 +0200 Subject: [PATCH] add rust to +org-babel-mode-alist --- modules/lang/org/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 3dc4acc22..834ae3c15 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -8,6 +8,7 @@ (sh . shell) (bash . shell) (matlab . octave) + (rust . rustic-babel) (amm . ammonite)) "An alist mapping languages to babel libraries. This is necessary for babel libraries (ob-*.el) that don't match the name of the language.