From a3c1e23946d6c1904639f6fd7c20dc794e10cf05 Mon Sep 17 00:00:00 2001 From: condy Date: Tue, 19 Apr 2022 11:57:57 +0800 Subject: [PATCH] Revert "Remove space between inline code blocks" This reverts commit 16e4a0b23c23706e01e4b3da8be4ec023357d15c. --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index f4f1213..bb202d2 100644 --- a/README.org +++ b/README.org @@ -36,17 +36,27 @@ more. - Get the package, either from MELPA: : M-x package-install RET evil-collection RET + Or clone / download this repository and modify your ~load-path~: + : (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) + or mode-by-mode, for instance: + : (with-eval-after-load 'calendar (evil-collection-calendar-setup)) + or by providing an argument to ~evil-collection-init~: + : (evil-collection-init 'calendar) + a list can also be provided to ~evil-collection-init~: + : (evil-collection-init '(calendar dired calc ediff)) + The list of supported modes is configured by ~evil-collection-mode-list~. ~evil-collection~ assumes ~evil-want-keybinding~ is set to ~nil~ and