We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae533e commit 875b9b5Copy full SHA for 875b9b5
1 file changed
sx-inbox.el
@@ -57,10 +57,12 @@
57
:group 'sx)
58
59
(defface sx-inbox-item-type
60
- '((t :inherit font-lock-keyword-face)) "")
+ '((t :inherit font-lock-keyword-face)) ""
61
+ :group 'sx)
62
63
(defface sx-inbox-item-type-unread
- '((t :inherit font-lock-keyword-face :weight bold)) "")
64
+ '((t :inherit font-lock-keyword-face :weight bold)) ""
65
66
67
(defun sx-inbox-get (&optional notifications page keywords)
68
"Get an array of inbox items for the current user.
0 commit comments