Skip to content

Commit

Permalink
Specify :group for faces
Browse files Browse the repository at this point in the history
  • Loading branch information
jabranham committed Feb 16, 2018
1 parent 2ae533e commit 875b9b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sx-inbox.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
:group 'sx)

(defface sx-inbox-item-type
'((t :inherit font-lock-keyword-face)) "")
'((t :inherit font-lock-keyword-face)) ""
:group 'sx)

(defface sx-inbox-item-type-unread
'((t :inherit font-lock-keyword-face :weight bold)) "")
'((t :inherit font-lock-keyword-face :weight bold)) ""
:group 'sx)

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

0 comments on commit 875b9b5

Please sign in to comment.