Minor fix

This commit is contained in:
js0ny 2025-03-04 23:23:28 +00:00
parent 9748e4c828
commit 59cd198cfc
6 changed files with 102 additions and 39 deletions

View file

@ -6,7 +6,7 @@
(setq telega-directory (expand-file-name "~/.local/share/telega"))
(prefix-key global-map (kbd "C-c t") telega-prefix-map)
;; (prefix-key global-map (kbd "C-c t") telega-prefix-map)
(unless (display-graphic-p) (setq telega-use-images nil))
(when (modulep! :editor evil)
(cl-pushnew 'telega +evil-collection-disabled-list :test #'equal)