Remove space between inline code blocks

This commit is contained in:
condy 2022-04-19 11:55:58 +08:00
parent 6f4ed43686
commit 16e4a0b23c
1 changed files with 0 additions and 10 deletions

View File

@ -36,27 +36,17 @@ 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