From 770002c3bd5226d5431436fd800945fe8879ec54 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 5 Mar 2024 17:05:22 -0800 Subject: [PATCH] Minor tweaks to ement to make it prettier --- ha-aux-apps.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 73e0665..3c91d08 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -114,6 +114,9 @@ Perhaps we can make it more attractive: #+begin_src emacs-lisp (use-package ement :hook (ement-room-mode . ha-textual-litagures) + :custom-face + (ement-room-self-message ((t (:inherit variable-pitch :height 1.0)))) + (ement-room-message-text ((t (:inherit variable-pitch :height 1.1 :foreground "#f08c60")))) :init (setq ement-save-sessions t ement-room-send-message-filter 'ement-room-send-org-filter))