mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
More than a year ago a change was added to ob-clojure that prevented evaluating a Clojure code block without setting `org-babel-clojure-backend'. This change sets this to a default value of CIDER, since that is the main tool used in Doom. Without this change, manual configuration is required to use Clojure in org babel documents. Close #5233