From 6295e56fd8383b21b34b904d8f662bf7a1a5e354 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 31 May 2023 17:06:36 -0700 Subject: [PATCH] Telegram settings --- ha-aux-apps.org | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 1257a0a..9fc4dc8 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -89,10 +89,17 @@ I'm thinking the [[https://zevlg.github.io/telega.el/][Telega package]] would be #+begin_src emacs-lisp (use-package telega :commands (telega) - :init - (setq telega-use-images nil) :config - (ha-leader "a T" 'telega)) + (setq telega-user-use-avatars nil + telega-use-tracking-for '(any pin unread) + telega-chat-use-markdown-formatting t + telega-emoji-use-images t + ; telega-completing-read-function #'ivy-completing-read + telega-msg-rainbow-title nil) + + (add-hook 'telega-chat-mode-hook 'evil-insert-state) + + (ha-leader "a t" 'telega)) #+end_src For some reason, you need [[https://github.com/Fanael/rainbow-identifiers][rainbow-identifiers]] to work, oh, I guess the docs state this. * Matrix/Element