diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -19,8 +19,6 @@ |---------------+-------------------------------------------------| | M-. | Edit symbol at point | | M-, | Go back to where M-. was last invoked | - | M-TAB | Complete symbol at point | - | C-uM-TAB | Complete module name at point | |---------------+-------------------------------------------------| | C-M-x, C-cC-e | Eval definition around point | | C-cMe | Eval definition around point and switch to REPL | @@ -35,6 +33,18 @@ | C-cC-a | Toggle autodoc mode | |---------------+-------------------------------------------------| + If `geiser-mode-smart-tab-p' is nil + |----------+-------------------------------| + | M-TAB | Complete symbol at point | + | C-uM-TAB | Complete module name at point | + |----------+-------------------------------| + + If `geiser-mode-smart-tab-p' is t + |-------+-----------------------------------------| + | TAB | Complete symbol at point or indent | + | M-TAB | Complete module name at point or indent | + |-------+-----------------------------------------| + *** In the REPL |--------------+-----------------------------------------| |