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

@ -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