diff options
author | julian herrera <julian.herrera@live.com> | 2020-04-19 16:11:56 -0500 |
---|---|---|
committer | julian herrera <julian.herrera@live.com> | 2020-04-19 16:11:56 -0500 |
commit | fcb2a6ab8d1bd37ed36030d6e9cc81388761c465 (patch) | |
tree | 6c3e8ee7412c23ca19ef5c0b86a2773cd9a67bf0 | |
parent | 755a7ccbcbf8d6aa63c3dae23296b1c2a7b5a45a (diff) | |
download | geiser-chez-fcb2a6ab8d1bd37ed36030d6e9cc81388761c465.tar.gz geiser-chez-fcb2a6ab8d1bd37ed36030d6e9cc81388761c465.tar.bz2 |
add extra parameter support to chez
-rw-r--r-- | elisp/geiser-chez.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el index 6749290..9a24a72 100644 --- a/elisp/geiser-chez.el +++ b/elisp/geiser-chez.el @@ -40,7 +40,7 @@ :type 'string :group 'geiser-chez) -(geiser-custom--defcustom geiser-chez-extra-command-line-parameters '("") +(geiser-custom--defcustom geiser-chez-extra-command-line-parameters '() "Additional parameters to supply to the Chez binary." :type '(repeat string) :group 'geiser-chez) |