diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-05-29 23:08:12 +0200 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-05-29 23:23:55 +0200 |
| commit | 105e01c6dd0c0805ae3acc83e3a26c0dca4fb9b2 (patch) | |
| tree | 0d3b557ffb03467bc08c797f310f32eab99232f7 /readme.org | |
| parent | 9a3657b84dc3283762e88f738fe7b5fc43adf59a (diff) | |
readme: Fix formatting of ~evil-collection-init~ example
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,7 +34,9 @@ more. : (add-to-list 'load-path (expand-file-name "/path/to/evil-collection/" user-emacs-directory)) - - Register the bindings, either all at once with ~evil-collection-init~: + - Register the bindings, either all at once with + + : (evil-collection-init) or mode-by-mode, for instance: |
