[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround 7236499c43 148/175: fix typos in the readme
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround 7236499c43 148/175: fix typos in the readme |
Date: |
Mon, 9 Oct 2023 13:01:15 -0400 (EDT) |
branch: elpa/evil-surround
commit 7236499c433fc8ba1073832bb64946ec68c4d374
Author: ninrod <filipe.silva@gmail.com>
Commit: ninrod <filipe.silva@gmail.com>
fix typos in the readme
---
readme.org | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/readme.org b/readme.org
index 349a8de140..e1773c3421 100644
--- a/readme.org
+++ b/readme.org
@@ -117,8 +117,7 @@ You can create new evil objects that will be respected by
evil-surround. Just us
** Add surround pairs for buffer-local text objects
Buffer-local text objects are useful for mode specific text objects that you
don't want polluting the global keymap. To make these objects work with
-=evil-surround=, the do the following (for example to bind pipes to =Q=):
-
+=evil-surround=, do the following (for example to bind pipes to =Q=):
#+BEGIN_SRC emacs-lisp
(defvar evil-some-local-inner-keymap (make-sparse-keymap)
@@ -138,7 +137,6 @@ don't want polluting the global keymap. To make these
objects work with
note that the binding to =evil-some-local-(inner|outer)-keymap= is purely for
organizational perpouses, you can skip that step and do:
-
#+BEGIN_SRC emacs-lisp
(define-key evil-visual-state-local-map "iQ" #'evil-inner-pipe)
(define-key evil-operator-state-local-map "iQ" #'evil-inner-pipe)
@@ -262,11 +260,12 @@ pressing return you would get
This is due to an upstream change in =vim-surround=. It happened in this
[[https://github.com/tpope/vim-surround/commit/6f0984a][commit]]. See the
discussion in [[https://github.com/timcharper/evil-surround/pull/48][this]]
pull request for more details.
* Contributing
- - you are encouraged to test your changes a standard environment with a
clean emacs and just the needed plugins
+ - you are encouraged to test your changes in a standard environment with a
clean emacs using just the needed plugins.
** interactively
#+BEGIN_SRC sh
# open a shell and go to the evil-surround directory, after cloning it
+ # this is a clean emacs with just the absolute minimum dependencies needed to
test evil-surround interactivelly.
make
make emacs
@@ -277,6 +276,7 @@ discussion in
[[https://github.com/timcharper/evil-surround/pull/48][this]] pull
#+BEGIN_SRC sh
# open a shell and go to the evil-surround directory, after cloning it
+ # this commands ensure that the tests are using a clean emacs with just the
absolute minimum dependencies needed.
make
make test
#+END_SRC
@@ -289,6 +289,6 @@ Credits and many
[[https://github.com/emacs-evil/evil/issues/842][thanks]] go to
#+BEGIN_SRC text
GNU General Public License v3
Copyright (C) 2010 - 2017 Tim Harper
-Copyright (c) 2018 - 2019 The evil-surround Contributors
+Copyright (c) 2018 - 2020 The evil-surround Contributors
#+END_SRC
- [nongnu] elpa/evil-surround 277759d894 074/175: Fix repeat action (.) for ys and yS operators., (continued)
- [nongnu] elpa/evil-surround 277759d894 074/175: Fix repeat action (.) for ys and yS operators., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c99ca440df 057/175: I changed all references of "surround-pairs-alist" to, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3812140e11 086/175: Merge pull request #83 from wbolster/use-explicit-autoload-definitions, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 00f70acfff 083/175: Merge pull request #81 from wbolster/read-keys-with-translation, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround f448455313 097/175: add credits to Tim Harper, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 853b9fdf11 110/175: Add tests for repeat, visual mode, visual line mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a92151def9 129/175: Revert "surround-function improvement for lisp modes (#134)", ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2af81ab3ac 127/175: fix readme on how to add a new surround pair, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7780daa573 169/175: Support multiple-character delimiter deletion, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 897203ca5f 134/175: update readme: copyright years, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7236499c43 148/175: fix typos in the readme,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 8449d19d05 158/175: Fix visual screen-line surrounding bug., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 346d4d85fc 150/175: Fix dot repeat with counted motions, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround d210e1fc2c 140/175: main el file: add dots and caps to evil-surround-tag-name-re, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8069f9c2f3 147/175: trying to update travis configuration, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e46c455c7d 167/175: Silence byte-compiler warnings, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1a4bc20f15 135/175: add csw, csW, css and csp shortcuts, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1c34944d8c 149/175: remove emacs 24 and 25 from the build pipeline, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9e445b7ab1 136/175: main el file: fix version to 1.0.3, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8fad8540c4 172/175: Revert "Revert "Enable lexical binding"", ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a0ac30158d 113/175: add @edkolev's custom logo, ELPA Syncer, 2023/10/09