Variable: ob-clojure-babashka-command
ob-clojure-babashka-command is a customizable variable defined in
ob-clojure.el.gz.
Value
nil
Documentation
Babashka command used by the Clojure babashka backend.
This variable was added, or its default value changed, in Org version
9.6.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-clojure.el.gz
(defcustom ob-clojure-babashka-command (executable-find "bb")
"Babashka command used by the Clojure `babashka' backend."
:type '(choice file (const nil))
:group 'org-babel
:package-version '(Org . "9.6"))