diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-14 13:24:12 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-14 13:24:12 -0800 |
commit | bf0e149eabef13d036685d014c424481f5558bd6 (patch) | |
tree | e04ba83baa46342bd49e69bb43dbb39664eb0700 | |
parent | [emacs] Add a few configuration files to sh-mode. (diff) | |
download | emacs.d-bf0e149eabef13d036685d014c424481f5558bd6.tar.gz |
[emacs] Add more key binding to the documentation.
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 | +| | | + |