From 275f7ead84ec1932d4177b7fe11687ff4b36e88d Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Sat, 2 Dec 2023 02:35:16 +1300 Subject: [PATCH] fixup! Change: (ement-room--event-body-face) Support variable-pitch face for plain text https://github.com/alphapapa/ement.el/pull/245#issuecomment-1834595145 --- ement-room.el | 1 - 1 file changed, 1 deletion(-) diff --git a/ement-room.el b/ement-room.el index a9c4685d..e1778749 100644 --- a/ement-room.el +++ b/ement-room.el @@ -995,7 +995,6 @@ spec) without requiring all events to use the same margin width." ;; non-HTML messages when `ement-room-shr-use-fonts' is non-nil (HTML ;; messages are fontified by shr itself). (shr-text-face (when (and ement-room-shr-use-fonts - (equal msgtype "m.text") (not (equal (or format (alist-get 'format new-content)) "org.matrix.custom.html"))) ;; The `shr-text' face was added in Emacs 29.1.