diff options
author | jao <jao@gnu.org> | 2022-01-05 03:26:55 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-05 03:26:55 +0000 |
commit | a2634fa2be4bce5042aaa14b33fc5246f78922d7 (patch) | |
tree | 6a1a112e09b1e871bf0c3b718aeffae6f052851b /readme.org | |
parent | 2534583e209ead3279764197cef2295daf0ec55e (diff) | |
download | geiser-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.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |