From f6a9c9baf5bda24af421c8f99d51bceb251aa407 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sat, 16 May 2020 22:48:01 +0200 Subject: [PATCH 1/2] remove ob-rust --- modules/lang/org/packages.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 0e5007246..221ad5f6e 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -94,8 +94,6 @@ :pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb")) (when (featurep! :lang rest) (package! ob-restclient :pin "f7449b2068498fe9d8ab9589e0a638148861533f")) -(when (featurep! :lang rust) - (package! ob-rust :pin "6a82587598cd097e9642be916243c31f1231b24a")) (when (featurep! :lang scala) (package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca")) From d8d16d22bc9b955bf1e54cb8219d7263361c4e31 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sun, 17 May 2020 21:28:31 +0200 Subject: [PATCH 2/2] 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.