diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |