From 6028c763997352f8f081a232f8f79f2c1275004e Mon Sep 17 00:00:00 2001 From: Filipe Correa Lima da Silva Date: Tue, 6 Nov 2018 18:49:31 -0200 Subject: readme: add missing link to `define-and-bind-text-object` macro --- readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.org b/readme.org index 3c5c783..4111c32 100644 --- a/readme.org +++ b/readme.org @@ -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)))) -- cgit v1.0