branch: elpa/elpher
commit 3d9d07495a70cf969150c031881d8f1c902a5572
Author: plugd <pl...@thelambdalab.xyz>
Commit: plugd <pl...@thelambdalab.xyz>

    Changed default preformatted face to default.
---
 elpher.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpher.el b/elpher.el
index 6268cb6af5..1959dfeb72 100644
--- a/elpher.el
+++ b/elpher.el
@@ -315,7 +315,7 @@ meaningfully."
   "Face used for gemini quoted texts.")
 
 (defface elpher-gemini-preformatted
-  '((t :inherit elpher-text))
+  '((t :inherit default))
   "Face used for gemini preformatted text.")
 
 (defface elpher-gemini-preformatted-toggle

Reply via email to