summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el9
-rw-r--r--lib/themes/jao-themes.el4
2 files changed, 12 insertions, 1 deletions
diff --git a/init.el b/init.el
index 3e60e1b..4ea0ab8 100644
--- a/init.el
+++ b/init.el
@@ -2675,7 +2675,14 @@
(use-package ement
:ensure t
:init (setq ement-save-sessions t
- ement-room-avatars nil)
+ ement-room-avatars nil
+ ement-notify-dbus-p nil
+ ement-room-left-margin-width 0
+ ement-room-right-margin-width 11
+ ement-room-timestamp-format "%H:%M"
+ ement-room-timestamp-header-format "­­--------")
+
+ :custom ((ement-room-message-format-spec "(%S) %B%r%R %t"))
:config
(defun jao-ement-track (event room session)
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index e9be980..37bb2b6 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -494,6 +494,10 @@
(embark-verbose-indicator-documentation it)
(embark-verbose-indicator-title (p f00))
(embark-verbose-indicator-shadowed (p dimm))
+ (ement-room-reactions-key (~ ement-room-reactions))
+ (ement-room-self-face (p warning) nb)
+ (ement-room-timestamp-header (~ header-line) :height 1.0 nb)
+ (ement-room-user-face (~ default))
(emms-browser-album-face (p f00) :height 1.0)
(emms-browser-artist-face (p f01) :height 1.0)
(emms-browser-composer-face (p f02) :height 1.0)