mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Fix: (defface ement-room-list-direct) Normal weight
This commit is contained in:
parent
c951737dc8
commit
ce8ee9b5b4
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ For example, \"1h54m3s\" becomes \"1h\"."
|
|||
"Non-direct rooms.")
|
||||
|
||||
(defface ement-room-list-direct
|
||||
'((t (:inherit font-lock-constant-face ement-room-list-name)))
|
||||
;; In case `font-lock-constant-face' is bold, we set the weight to normal, so it can be
|
||||
;; made bold for unread rooms only.
|
||||
'((t (:weight normal :inherit font-lock-constant-face ement-room-list-name)))
|
||||
"Direct rooms.")
|
||||
|
||||
(defface ement-room-list-invited
|
||||
|
|
Loading…
Add table
Reference in a new issue