diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-25 01:58:55 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-25 01:58:55 +0200 |
commit | 91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4 (patch) | |
tree | cc22f354204c9e912f1dc7e39f40f933ce51ab1c /README | |
parent | e0dd77a67b8e7c7d2d56aa353967249cc1e19f1e (diff) | |
download | geiser-91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4.tar.gz geiser-91841a63fb0cf3c8a0a6ed1e9086b72097cd44e4.tar.bz2 |
Now this is cool: support for company mode.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |