summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index 2c5b579..8776dc0 100644
--- a/readme.org
+++ b/readme.org
@@ -57,3 +57,8 @@ geiser-guile.
other, a few flags fine-tuning interaction with the debugger, as
well as things like the detail level of error messages (e.g. via
~geiser-guile-warning-level~).
+
+*** Tramp support
+ Geiser guile can be used remotely via tramp connections: the REPL
+ process will be run in the machine where the tramp-accessed file
+ lives. Implemented by Felipe Lema.