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:
parent
03ad06737b
commit
0910f6fe3f
27 changed files with 196 additions and 130 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue