diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -67,7 +67,7 @@ Request the following packages: org-superstar pdf-tools org-auto-tangle sly org-download eshell-git-prompt eshell-vterm hackernews circe gptel beacon ement mu4e-alert - pass eat nov yeetube stumpwm-mode)) + pass eat nov yeetube stumpwm-mode telega)) #+end_src ** Installation & activation Set ~package-archives~, and install packages @@ -131,7 +131,8 @@ Fonts and basic appearance settings for each device vterm-mode-hook elfeed vterm-mode - telega-chat-mode-hook)) + telega-chat-mode-hook + telega-root-mode-hook)) (add-hook mode (lambda () (display-line-numbers-mode 0)))) @@ -1369,6 +1370,11 @@ Create function to watch videos using ~mpv~ (define-key thanos/applications-map (kbd "i") 'erc-libera) #+end_src +** Telega +#+begin_src emacs-lisp + (require 'telega) + (add-hook 'telega-root-mode-hook 'emojify-mode) +#+end_src * Extras ** StumpWM #+begin_src emacs-lisp |