summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-16 02:47:42 +0100
committerjao <jao@gnu.org>2022-09-16 02:47:42 +0100
commit9b1ffa61e7d232cc530f8456dafa775641d819f1 (patch)
treec7680ca159541033fafbeaa5578c65d3b9c19c99
parent24240290baa402f032d9d0e75844d563ad28ef6b (diff)
downloadelibs-9b1ffa61e7d232cc530f8456dafa775641d819f1.tar.gz
elibs-9b1ffa61e7d232cc530f8456dafa775641d819f1.tar.bz2
ement tweaks
-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)