summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
Diffstat (limited to 'elisp')
-rw-r--r--elisp/geiser-plt.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el
index 4fd4de3..58c38a5 100644
--- a/elisp/geiser-plt.el
+++ b/elisp/geiser-plt.el
@@ -60,7 +60,8 @@ This function uses `geiser-plt-init-file' if it exists."
,@(apply 'append (mapcar (lambda (p) (list "-S" p)) geiser-plt-collects))
,@(and (listp geiser-plt-binary) (cdr geiser-plt-binary))
,@(and init-file (file-readable-p init-file) (list "-f" init-file))
- "-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir))))
+ "-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir)
+ "-e" "(require 'geiser)")))
(defconst geiser-plt--prompt-regexp "^=?mzscheme@[^ ]*?> ")