Update Telega display to remove icons

Better for work
This commit is contained in:
Howard Abrams 2025-01-16 11:43:07 -08:00
parent c38243eb0a
commit 0c69fd7a8f

View file

@ -147,10 +147,11 @@ The venerable [[https://github.com/hayamiz/twittering-mode/tree/master][twitteri
And we are no longer using this package. And we are no longer using this package.
** Telega ** Telega
I'm thinking the [[https://zevlg.github.io/telega.el/][Telega package]] would be better than Bitlbee for Telegram communication. I'm thinking the [[https://zevlg.github.io/telega.el/][Telega package]] would be better than Bitlbee for Telegram communication.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package telega (use-package telega
:config :config
(setq telega-user-use-avatars nil (setq telega-chat-show-avatars nil
telega-use-tracking-for nil ; '(any pin unread) telega-use-tracking-for nil ; '(any pin unread)
;; Use org formatting for normal messages. ;; Use org formatting for normal messages.
;; Want to send the org markup without formatting? ;; Want to send the org markup without formatting?