Skip to content

Commit 875b9b5

Browse files
committed
Specify :group for faces
1 parent 2ae533e commit 875b9b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sx-inbox.el

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@
5757
:group 'sx)
5858

5959
(defface sx-inbox-item-type
60-
'((t :inherit font-lock-keyword-face)) "")
60+
'((t :inherit font-lock-keyword-face)) ""
61+
:group 'sx)
6162

6263
(defface sx-inbox-item-type-unread
63-
'((t :inherit font-lock-keyword-face :weight bold)) "")
64+
'((t :inherit font-lock-keyword-face :weight bold)) ""
65+
:group 'sx)
6466

6567
(defun sx-inbox-get (&optional notifications page keywords)
6668
"Get an array of inbox items for the current user.

0 commit comments

Comments
 (0)