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

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

[nongnu] elpa/evil-matchit 3076a8ca5d 232/244: org-mode can use simple r


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 3076a8ca5d 232/244: org-mode can use simple rule
Date: Thu, 6 Jan 2022 02:59:04 -0500 (EST)

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

    org-mode can use simple rule
---
 evil-matchit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-matchit.el b/evil-matchit.el
index d9950ae18d..8db7469711 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -163,7 +163,7 @@ Some people prefer using \"m\" instead.")
                             '(template simple html))
 
   ;; Emacs Org-mode
-  (evilmi-load-plugin-rules '(org-mode) '(org))
+  (evilmi-load-plugin-rules '(org-mode) '(simple org))
 
   ;; Markdown
   (evilmi-load-plugin-rules '(markdown-mode) '(markdown))



reply via email to

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