Merge pull request #3140 from brotzeit/ob-rust-remove

remove ob-rust
This commit is contained in:
Henrik Lissner 2020-05-18 02:47:21 -04:00 committed by GitHub
commit 3939bf99fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

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.

View file

@ -94,8 +94,6 @@
:pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb")) :pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb"))
(when (featurep! :lang rest) (when (featurep! :lang rest)
(package! ob-restclient :pin "f7449b2068498fe9d8ab9589e0a638148861533f")) (package! ob-restclient :pin "f7449b2068498fe9d8ab9589e0a638148861533f"))
(when (featurep! :lang rust)
(package! ob-rust :pin "6a82587598cd097e9642be916243c31f1231b24a"))
(when (featurep! :lang scala) (when (featurep! :lang scala)
(package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca")) (package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca"))