You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
four of the ivy faces are listed in the ivy custom group rather than the ivy-faces group.
This seems wrong to me, shouldn't all the faces be in ivy-faces?
Also, I think the ivy-faces group should also be in the faces group.
So I'd first do the defgroup for ivy, then list all non-face defcustoms
Then define as follows:
(defgroupivy-facesnil"Faces for `ivy.":group ivy
:group'faces)
and then list all the deffaces.
The text was updated successfully, but these errors were encountered:
Because of the line
four of the ivy faces are listed in the ivy custom group rather than the ivy-faces group.
This seems wrong to me, shouldn't all the faces be in ivy-faces?
Also, I think the ivy-faces group should also be in the faces group.
So I'd first do the defgroup for ivy, then list all non-face defcustoms
Then define as follows:
and then list all the deffaces.
The text was updated successfully, but these errors were encountered: