branch: elpa/geiser-gauche
commit 0d2827cd5f4cfe2df4ff34ae0b4d0528d4b1827f
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Minor aesthetic improvement
---
geiser-gauche.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index b0626b3..0524bbe 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -35,8 +35,7 @@
"Customization for Geiser's Gauche flavour."
:group 'geiser)
-(geiser-custom--defcustom geiser-gauche-binary
- "gosh"
+(geiser-custom--defcustom geiser-gauche-binary "gosh"
"Name to use to call the Gauche executable when starting a REPL."
:type '(choice string (repeat string))
:group 'geiser-gauche)