branch: elpa/evil-args
commit 1a0bb0e373ef1bc76b710144a6ae29bedf8d2a48
Author: wcsmith <wconnorsm...@gmail.com>
Commit: wcsmith <wconnorsm...@gmail.com>

    Added evil-args to evil customize group.
---
 evil-args.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-args.el b/evil-args.el
index fd2c88ea0f..db1ab52f15 100644
--- a/evil-args.el
+++ b/evil-args.el
@@ -59,7 +59,8 @@
 (require 'evil)
 
 (defgroup evil-args nil
-  "Motions and text objects for delimited arguments in Evil.")
+  "Motions and text objects for delimited arguments in Evil."
+  :group 'evil)
 
 (defcustom evil-args-openers '("(" "{" "[")
   "Argument openers"

Reply via email to