diff options
author | Thanos Apollo <[email protected]> | 2023-08-28 19:06:24 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-28 19:12:22 +0300 |
commit | 25ed7f6a17344d319009eb36afd27cf6c990f4c0 (patch) | |
tree | db78ec2d164e0dd819ef92fd43f3384dc09f011b /emacs.org | |
parent | 7ed9dad85c8399407b9af8096505741eb54edcf9 (diff) |
Hook emojify-mode to telega-chat-mode
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1388,6 +1388,7 @@ Create function to watch videos using ~mpv~ #+begin_src emacs-lisp (require 'telega) (add-hook 'telega-root-mode-hook 'emojify-mode) + (add-hook 'telega-chat-mode-hook 'emojify-mode) #+end_src * Extras ** StumpWM |