summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-05 03:26:55 +0000
committerjao <jao@gnu.org>2022-01-05 03:26:55 +0000
commita2634fa2be4bce5042aaa14b33fc5246f78922d7 (patch)
tree6a1a112e09b1e871bf0c3b718aeffae6f052851b /readme.org
parent2534583e209ead3279764197cef2295daf0ec55e (diff)
downloadgeiser-guile-a2634fa2be4bce5042aaa14b33fc5246f78922d7.tar.gz
geiser-guile-a2634fa2be4bce5042aaa14b33fc5246f78922d7.tar.bz2
Tramp support: whitespace and note in readme
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.