1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

Update to Org 9.7.4-7-g165319

This commit is contained in:
Kyle Meyer 2024-06-15 14:25:35 -04:00
parent 03ad06737b
commit 0910f6fe3f
27 changed files with 196 additions and 130 deletions

View file

@ -130,7 +130,7 @@
(defcustom ob-clojure-cli-command (when-let (cmd (executable-find "clojure"))
(concat cmd " -M"))
"Clojure CLI command used by the Clojure `clojure-cli' backend."
:type 'string
:type '(choice string (const nil))
:group 'org-babel
:package-version '(Org . "9.7"))