From 3afc62326bf8d87fcd7b3d6703d78081bce39388 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 19 Feb 2023 02:22:44 +0000 Subject: nits --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.el') 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" -- cgit v1.2.3