Telegram settings
This commit is contained in:
parent
8ee81a3cb7
commit
6295e56fd8
1 changed files with 10 additions and 3 deletions
|
@ -89,10 +89,17 @@ I'm thinking the [[https://zevlg.github.io/telega.el/][Telega package]] would be
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package telega
|
(use-package telega
|
||||||
:commands (telega)
|
:commands (telega)
|
||||||
:init
|
|
||||||
(setq telega-use-images nil)
|
|
||||||
:config
|
: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
|
#+end_src
|
||||||
For some reason, you need [[https://github.com/Fanael/rainbow-identifiers][rainbow-identifiers]] to work, oh, I guess the docs state this.
|
For some reason, you need [[https://github.com/Fanael/rainbow-identifiers][rainbow-identifiers]] to work, oh, I guess the docs state this.
|
||||||
* Matrix/Element
|
* Matrix/Element
|
||||||
|
|
Loading…
Reference in a new issue