refactor!(org): remove ob-clojure-literate

BREAKING CHANGE: This commit removes the `ob-clojure-literate` package.
It was brought in because it was removed from `org-contrib`, but it's
unmaintained and `ob-clojure` (included with Org) already does most of
the baseline support for Clojure-in-Org that I want for this module.
This commit is contained in:
Henrik Lissner 2026-03-12 22:29:19 -04:00
parent f2257c3fa9
commit fabdaa40a0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -106,9 +106,6 @@
;;; Babel
(package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")
(when (modulep! :lang clojure)
(package! ob-clojure-literate
:pin "18c3ea15b872a43e67c899a9914182c35b00b7ee"))
(when (modulep! :lang crystal)
(package! ob-crystal :pin "d84c1adee4b269cdba06a97caedb8071561a09af"))
(when (modulep! :lang elixir)