summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-03 21:48:19 +0100
committerjao <jao@gnu.org>2022-06-03 21:48:19 +0100
commit94c90f4f09664d2900f78602a36dc0e5e2198bb2 (patch)
treed917f41220c535a1a207da3edbcacdf3124555f4 /init.org
parentb4859427fea14ef670c54d5efa33521c272052be (diff)
downloadelibs-94c90f4f09664d2900f78602a36dc0e5e2198bb2.tar.gz
elibs-94c90f4f09664d2900f78602a36dc0e5e2198bb2.tar.bz2
no telega images in terminal
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.org b/init.org
index f63c579..e94491d 100644
--- a/init.org
+++ b/init.org
@@ -3062,8 +3062,13 @@
telega-symbol-checkmark "·"
telega-symbol-heavy-checkmark "×"
telega-symbol-verified "*"
+ telega-symbol-horizontal-bar
+ (propertize "-" 'face 'jao-themes-f00)
+ telega-symbol-vertical-bar
+ (propertize "| " 'face 'jao-themes-dimm)
telega-mode-line-string-format
- '(:eval (telega-mode-line-unread-unmuted)))
+ '(:eval (telega-mode-line-unread-unmuted))
+ telega-use-images (display-graphic-p))
(with-eval-after-load "tracking"
(jao-shorten-modes 'telega-chat-mode)
(jao-tracking-faces 'telega-tracking))