Change/Fix: (defface ement-room-list-space)

This commit is contained in:
Adam Porter 2022-03-29 23:19:41 -05:00
parent 01ccce2c64
commit f2d5674874

View file

@ -53,7 +53,7 @@
;;;;; Faces
(defface ement-room-list-space '((t (:inherit font-lock-keyword-face)))
(defface ement-room-list-space '((t (:inherit (font-lock-regexp-grouping-backslash ement-room-list-name))))
"Space rooms."
:group 'ement-room-list)