More Element/Matrix and less IRC

This commit is contained in:
Howard Abrams 2024-03-22 13:43:12 -07:00
parent 27ce047521
commit 8857e1f6ef
2 changed files with 4 additions and 2 deletions

View file

@ -196,7 +196,7 @@ The following /defines/ the rest of my org-mode literate files, that I load late
"ha-work.org") "ha-work.org")
;; Personal Editor ;; Personal Editor
'("ha-org-journaling.org" '("ha-org-journaling.org"
"ha-irc.org" ;; "ha-irc.org"
"ha-org-publishing.org" "ha-org-publishing.org"
"ha-email.org" "ha-email.org"
"ha-aux-apps.org" "ha-aux-apps.org"

View file

@ -83,7 +83,7 @@ Lets turn on non-fixed-width fonts to make everything easier to read:
#+end_src #+end_src
#+end_src #+end_src
** Matrix/Element ** 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. Well be using Alphapapas 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. Well be using Alphapapas latest [[https://github.com/alphapapa/ement.el][ement]] project.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package ement (use-package ement
:straight (:host github :repo "alphapapa/ement.el") :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")))) (ement-room-message-text ((t (:inherit variable-pitch :height 1.1 :foreground "#f08c60"))))
:init :init
(setq ement-save-sessions t (setq ement-save-sessions t
ement-room-avatars nil
ement-room-timestamp-format ""
ement-room-send-message-filter 'ement-room-send-org-filter)) ement-room-send-message-filter 'ement-room-send-org-filter))
#+end_src #+end_src
* Other * Other