From 105e01c6dd0c0805ae3acc83e3a26c0dca4fb9b2 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 29 May 2018 23:08:12 +0200 Subject: [PATCH] readme: Fix formatting of ~evil-collection-init~ example --- readme.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: