summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 8 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)