diff options
| author | Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br> | 2018-11-06 18:49:31 -0200 |
|---|---|---|
| committer | Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br> | 2018-11-06 18:49:31 -0200 |
| commit | 6028c763997352f8f081a232f8f79f2c1275004e (patch) | |
| tree | df6f4fb68a498ac708b4ea9802a1ca00df508260 | |
| parent | 440d391c89a7f6d5a7a0c9486b0e8ac4fc7f43aa (diff) | |
readme: add missing link to `define-and-bind-text-object` macro1.0.2
| -rw-r--r-- | readme.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ or to add a pair that surrounds with two ` if you enter ~: ** Add new surround pairs through creation of evil objects - You can create new evil objects that will be respected by evil-surround. Just use the following code: #+BEGIN_SRC emacs-lisp - ;; this macro was extracted from a stackoveflow answer. link is missing + ;; this macro was copied from here: https://stackoverflow.com/a/22418983/4921402 (defmacro define-and-bind-quoted-text-object (name key start-regex end-regex) (let ((inner-name (make-symbol (concat "evil-inner-" name))) (outer-name (make-symbol (concat "evil-a-" name)))) |
