summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-02-19 02:22:44 +0000
committerjao <jao@gnu.org>2023-02-19 02:22:44 +0000
commit3afc62326bf8d87fcd7b3d6703d78081bce39388 (patch)
tree7374a77215fd3d06d7617865d9b6f69158fa9452 /init.el
parent8552474a0b2811e87cd6199bc68bd2679336620b (diff)
downloadelibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.gz
elibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el
index 7fc9268..2dc1eec 100644
--- a/init.el
+++ b/init.el
@@ -2571,8 +2571,7 @@
telega-mode-line-string-format
'(:eval (telega-mode-line-unread-unmuted))
telega-use-images (display-graphic-p)
- telega-open-file-function
- (if (display-graphic-p) #'find-file #'jao--see)
+ telega-open-file-function #'jao--see
telega-open-message-as-file
(unless (display-graphic-p) '(photo video animation)))
(with-eval-after-load "tracking"