summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3e07839..465b206 100644
--- a/README.org
+++ b/README.org
@@ -79,7 +79,7 @@
** Gambit Addendum
These steps are necessary to fully support Gambit Scheme.
-
+
1 - clone the last version of gambit
2 - configure gambit using --enable-rtlib-debug-source to activate autodoc
#+BEGIN_EXAMPLE
@@ -145,6 +145,7 @@
| C-c C-e m | Ask for a module and open its file |
| C-c C-e C-l | Add a given directory to Scheme's load path |
| C-c C-e [ | Toggle between () and [] for current form |
+ | c-c C-e \ | Insert λ |
| | |
|-------------+--------------------------------------------------|
| C-M-x | Eval definition around point |
@@ -200,6 +201,10 @@
| M-p, M-n | Prompt history, matching current prefix |
| | |
|-------------+----------------------------------------------------|
+ | C-c \ | Insert λ |
+ | C-c [ | Toggle between () and [] for current form |
+ | | |
+ |-------------+----------------------------------------------------|
| C-c C-m | Set current module |
| C-c C-i | Import module into current namespace |
| C-c C-r | Add a given directory to scheme's load path |