More Element/Matrix and less IRC
This commit is contained in:
parent
27ce047521
commit
8857e1f6ef
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue