diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | |