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 | f52ac22eb1c09f7eae9d53d7d12d15edac56f942 (patch) | |
tree | 5459334afa5877ad2dfa9d82c3cf226ddd3a4af3 /README | |
parent | 479493f40a1666cc7fb2de8f855badc7106b762b (diff) | |
download | geiser-guile-f52ac22eb1c09f7eae9d53d7d12d15edac56f942.tar.gz geiser-guile-f52ac22eb1c09f7eae9d53d7d12d15edac56f942.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: |