[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 46941bc: Allow viewing .heic images via image-convert
From: |
Lars Ingebrigtsen |
Subject: |
master 46941bc: Allow viewing .heic images via image-convert |
Date: |
Mon, 25 Oct 2021 11:19:41 -0400 (EDT) |
branch: master
commit 46941bcc2a996dbc771fe4bf027ce1926126c3ce
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Allow viewing .heic images via image-convert
* lisp/files.el (auto-mode-alist): Support the Apple .heic/HEIF
image format (bug#51381).
---
lisp/files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/files.el b/lisp/files.el
index f0cfa2e..1d2ef6f 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2977,6 +2977,7 @@
ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\|SQUASHFS\\)\\'" .
("\\.dng\\'" . image-mode)
("\\.dpx\\'" . image-mode)
("\\.fax\\'" . image-mode)
+ ("\\.heic\\'" . image-mode)
("\\.hrz\\'" . image-mode)
("\\.icb\\'" . image-mode)
("\\.icc\\'" . image-mode)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 46941bc: Allow viewing .heic images via image-convert,
Lars Ingebrigtsen <=