mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Revert "Fix: (ement-room--event-body-face) Put type before context"
This reverts commit 1623b285d6
.
This commit is contained in:
parent
eaaa221d6b
commit
71a94ca982
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ BODY is wrapped in a lambda form that binds `event', `room', and
|
|||
(or (ement-user-color sender)
|
||||
(setf (ement-user-color sender)
|
||||
(ement-room--user-color sender))))))
|
||||
(body-face (list :inherit (delq nil (list type-face context-face)))))
|
||||
(body-face (list :inherit (delq nil (list context-face type-face)))))
|
||||
(if prism-color
|
||||
(plist-put body-face :foreground prism-color)
|
||||
body-face)))
|
||||
|
|
Loading…
Add table
Reference in a new issue