diff options
Diffstat (limited to '')
-rw-r--r-- | README.org | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org index 259fbe9..48e5a43 100644 --- a/README.org +++ b/README.org @@ -12,7 +12,8 @@ My personal configuration files. | super-return | Toggle fullscreen | | C-h f | Display help about a function | | C-h k | Which function is binded to a sequence of keys | -| | | +| M-$ | Flyspell suggestion | +| C-s | Regex search with an overview | For smartparens @@ -66,3 +67,10 @@ M-d | Unwrap the current list. | C-c C-' | Toggle ' and " | | | | +*** Scheme + +| Binding | Description | +|-------------+-------------------------| +| C-u C-a C-z | Load buffer in the REPL | +| | | + |