summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-05-29 23:08:12 +0200
committerPierre Neidhardt <ambrevar@gmail.com>2018-05-29 23:23:55 +0200
commit105e01c6dd0c0805ae3acc83e3a26c0dca4fb9b2 (patch)
tree0d3b557ffb03467bc08c797f310f32eab99232f7 /readme.org
parent9a3657b84dc3283762e88f738fe7b5fc43adf59a (diff)
readme: Fix formatting of ~evil-collection-init~ example
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index d5124e7..d87de21 100644
--- a/readme.org
+++ b/readme.org
@@ -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: