branch: externals/ement
commit ec31709c3aef0a3abbab3052d93f5f6cda6394e1
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Fix: Customization group for two faces
---
README.org | 1 +
ement-room.el | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 6708573c67..f415cfae79 100644
--- a/README.org
+++ b/README.org
@@ -308,6 +308,7 @@ Note that, while ~matrix-client~ remains usable, and
probably will for some time
*Fixes*
+ Minor adjustment to timestamp headers.
++ Customization group for faces.
** 0.9.3
diff --git a/ement-room.el b/ement-room.el
index ebcb1eb2ac..aba3b95619 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -2586,11 +2586,13 @@ function to `ement-room-event-fns', which see."
(defface ement-room-read-receipt-marker
'((t (:inherit show-paren-match)))
- "Read marker line in rooms.")
+ "Read marker line in rooms."
+ :group 'ement-room)
(defface ement-room-fully-read-marker
'((t (:inherit isearch)))
- "Fully read marker line in rooms.")
+ "Fully read marker line in rooms."
+ :group 'ement-room)
(defcustom ement-room-send-read-receipts t
"Whether to send read receipts.