Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ don't want polluting the global keymap. To make these objects work with
(setq-local evil-surround-pairs-alist (append '((?Q "|" . "|")) evil-surround-pairs-alist))
#+END_SRC

note that the binding to =evil-some-local-(inner|outer)-keymap= is purely for organizational perpouses, you can skip that step and do:
note that the binding to =evil-some-local-(inner|outer)-keymap= is purely for organizational purposes, you can skip that step and do:

#+BEGIN_SRC emacs-lisp
(define-key evil-visual-state-local-map "iQ" #'evil-inner-pipe)
Expand Down Expand Up @@ -282,7 +282,7 @@ discussion in [[https://github.com/timcharper/evil-surround/pull/48][this]] pull
#+END_SRC

* Credits
Credits and many [[https://github.com/emacs-evil/evil/issues/842][thanks]] go to [[http://github.com/timcharper][Tim Harper]], the original mantainer of the package.
Credits and many [[https://github.com/emacs-evil/evil/issues/842][thanks]] go to [[http://github.com/timcharper][Tim Harper]], the original maintainer of the package.
* LICENSE

- [[https://www.gnu.org/licenses/gpl-3.0.en.html][GNU General Public License v3]]
Expand Down