Browse Source

Add proper group declarations

Ryan C. Thompson 11 years ago
parent
commit
a1c6646c2b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      ido-ubiquitous.el

+ 4 - 2
ido-ubiquitous.el

@@ -290,7 +290,8 @@ behavior of ido-ubiquitous for arbitrary functions.
 
 If you need to add a new specification to this list, please also
 file a bug report at https://github.com/DarwinAwardWinner/ido-ubiquitous/issues"
-  :type '(repeat ido-ubiquitous-command-override-spec))
+  :type '(repeat ido-ubiquitous-command-override-spec)
+  :group 'ido-ubiquitous)
 
 (defun ido-ubiquitous-set-function-overrides (sym newval)
   "Custom setter function for `ido-ubiquitous-function-overrides'.
@@ -344,7 +345,8 @@ bug report at https://github.com/DarwinAwardWinner/ido-ubiquitous/issues
 Setting this variable directly has no effect. You must set it
 through Customize."
   :type '(repeat ido-ubiquitous-function-override-spec)
-  :set 'ido-ubiquitous-set-function-overrides)
+  :set 'ido-ubiquitous-set-function-overrides
+  :group 'ido-ubiquitous)
 
 ;;; ido-ubiquitous core