branch: master
commit cd4e7897cd565efde4aad0b6b9aa19e389e6c1e1
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>

    counsel.el: Fix :group typos
---
 counsel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/counsel.el b/counsel.el
index 32d9914..e4b4a95 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3285,14 +3285,14 @@ And insert it into the minibuffer.  Useful during 
`eval-expression'."
 (defcustom counsel-linux-apps-directories
   '("/usr/local/share/applications/" "/usr/share/applications/")
   "Directories in which to search for applications (.desktop files)."
-  :group 'counsel
+  :group 'ivy
   :type '(list directory))
 
 (defcustom counsel-linux-app-format-function 
'counsel-linux-app-format-function-default
   "Function to format Linux application names the `counsel-linux-app' menu.
 The format function will be passed the application's name, comment, and command
 as arguments."
-  :group 'counsel
+  :group 'ivy
   :type '(choice
           (const :tag "Command : Name - Comment" 
counsel-linux-app-format-function-default)
           (const :tag "Name - Comment (Command)" 
counsel-linux-app-format-function-name-first)

Reply via email to