mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
telega: turn off telega-chat-auto-fill-mode
This commit is contained in:
parent
3a78c0b2d8
commit
99dbe38858
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue