From 8857e1f6ef09f3893af24f24bd891698c8e5ac40 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 22 Mar 2024 13:43:12 -0700 Subject: [PATCH] More Element/Matrix and less IRC --- bootstrap.org | 2 +- ha-aux-apps.org | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap.org b/bootstrap.org index ea081ea..8698bcb 100644 --- a/bootstrap.org +++ b/bootstrap.org @@ -196,7 +196,7 @@ The following /defines/ the rest of my org-mode literate files, that I load late "ha-work.org") ;; Personal Editor '("ha-org-journaling.org" - "ha-irc.org" + ;; "ha-irc.org" "ha-org-publishing.org" "ha-email.org" "ha-aux-apps.org" diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 44d2b22..a77d5b0 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -83,7 +83,7 @@ Let’s turn on non-fixed-width fonts to make everything easier to read: #+end_src #+end_src ** Matrix/Element -Yet another encrypted chat/VoIP client-server, but unlike Signal and Telegram, [[matrix.org][Matrix]] is act ually open source. In other words, a project for nerds. We’ll be using Alphapapa’s latest [[https://github.c om/alphapapa/ement.el][ement]] project. +Yet another encrypted chat/VoIP client-server, but unlike Signal and Telegram, [[matrix.org][Matrix]] is act ually open source. In other words, a project for nerds. We’ll be using Alphapapa’s latest [[https://github.com/alphapapa/ement.el][ement]] project. #+begin_src emacs-lisp (use-package ement :straight (:host github :repo "alphapapa/ement.el") @@ -119,6 +119,8 @@ Perhaps we can make it more attractive: (ement-room-message-text ((t (:inherit variable-pitch :height 1.1 :foreground "#f08c60")))) :init (setq ement-save-sessions t + ement-room-avatars nil + ement-room-timestamp-format "" ement-room-send-message-filter 'ement-room-send-org-filter)) #+end_src * Other