Rework parameters and tweak a bit more

This commit is contained in:
TEC 2022-09-25 19:10:39 +08:00
parent 8bf6048b29
commit 587e592029
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@
(require 'ob)
(eval-when-compile
(require 'cl-lib))
(defcustom org-svgbob-executable "svgbob"
"The path to the SVGBob binary.
This can be installed from source using `cargo install svgbob_cli'"