summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-25 01:58:55 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-25 01:58:55 +0200
commit91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4 (patch)
treecc22f354204c9e912f1dc7e39f40f933ce51ab1c /README
parente0dd77a67b8e7c7d2d56aa353967249cc1e19f1e (diff)
downloadgeiser-91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4.tar.gz
geiser-91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4.tar.bz2
Now this is cool: support for company mode.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 537f291..8870006 100644
--- a/README
+++ b/README
@@ -81,6 +81,17 @@
To start a REPL, M-x geiser.
+*** Completion with company-mode
+ Geiser offers identifier and module name completion, bound to
+ M-TAB and M-` respectively. Only names visible in the current
+ module are offered.
+
+ While that is cool and all, things are even better: if you have
+ [[http://nschum.de/src/emacs/company-mode/][company-mode]] installed, 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 [[http://www.screentoaster.com/watch/stU0lSRERIR1pYRFVdXVlRVFFV/company_mode_for_gnu_emacs][this screencast]].
+
* Quick key reference
*** In Scheme buffers: