emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit 449da5ca10 082/244: fixed typo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 449da5ca10 082/244: fixed typo
Date: Thu, 6 Jan 2022 02:58:51 -0500 (EST)

branch: elpa/evil-matchit
commit 449da5ca101de6b953ea17a80a47e824a5eb99bd
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed typo
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 67f96d6709..7c6c2eb0f4 100644
--- a/README.org
+++ b/README.org
@@ -91,7 +91,7 @@ So you setup in ~/.emacs is as below:
 #+begin_src elisp
 (eval-after-load 'evil-matchit-ruby
   '(progn
-     (add-to-list 'evilmi-ruby-extract-keywords-howtos '("^[ 
\t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1))
+     (add-to-list 'evilmi-ruby-extract-keyword-howtos '("^[ 
\t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1))
      (add-to-list 'evilmi-ruby-match-tags '(("unless" "if") ("elsif" "else") 
"end"))
      ))
 #+end_src



reply via email to

[Prev in Thread] Current Thread [Next in Thread]