mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-21 05:50:52 -07:00
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:
parent
f2257c3fa9
commit
fabdaa40a0
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue