telega: turn off telega-chat-auto-fill-mode

This commit is contained in:
Pavel Korytov 2024-03-11 13:35:56 +03:00
parent 3a78c0b2d8
commit 99dbe38858
2 changed files with 2 additions and 0 deletions

View file

@ -7470,6 +7470,7 @@ base toot."
:config
(setq telega-emoji-use-images nil)
(setq telega-chat-fill-column 80)
(remove-hook 'telega-chat-mode-hook #'telega-chat-auto-fill-mode)
(general-define-key
:keymaps '(telega-root-mode-map telega-chat-mode-map)
:states '(normal)

View file

@ -10294,6 +10294,7 @@ Or you can load up Element for a moment to see what the mention was, if that's e
:config
(setq telega-emoji-use-images nil)
(setq telega-chat-fill-column 80)
(remove-hook 'telega-chat-mode-hook #'telega-chat-auto-fill-mode)
(general-define-key
:keymaps '(telega-root-mode-map telega-chat-mode-map)
:states '(normal)