summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-09 21:52:56 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-09 21:52:56 +0100
commitfb5f7a2a797183e5b2350ae76ea8ca09689f4a12 (patch)
treedb177f6a69f8682141ddbb22aa6988f23bd66f8b /README
parent70b6d7a95f3c4e706b72568e2a29de2391fe09e2 (diff)
parenta7ad5704722b7fab966ac8fb4e6b62fe2e424756 (diff)
downloadgeiser-fb5f7a2a797183e5b2350ae76ea8ca09689f4a12.tar.gz
geiser-fb5f7a2a797183e5b2350ae76ea8ca09689f4a12.tar.bz2
Merge branch 'master' into guile-meta
Conflicts: elisp/geiser-guile.el
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 8134f97..8d7ec09 100644
--- a/README
+++ b/README
@@ -97,7 +97,7 @@
Geiser's completion will use it. Just require company-mode and,
from then on, any new scheme buffer or REPL will use it. If you
didn't know about Nikolaj Schumacher's awesome mode, check this
- screencast: <http://goo.gl/yxLQ>.
+ screencast: http://goo.gl/yxLQ.
* Quick key reference
@@ -111,6 +111,7 @@
| M-. | Go to definition of identifier at point |
| M-, | Go back to where M-. was last invoked |
| C-c C-e m | Ask for a module and open its file |
+ | C-c C-e [ | Toggle between () and [] for current form |
|---------------------+-------------------------------------------------|
| C-M-x | Eval definition around point |
| C-c M-e | Eval definition around point and switch to REPL |