From 46941bcc2a996dbc771fe4bf027ce1926126c3ce Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 25 Oct 2021 17:19:32 +0200 Subject: [PATCH] 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 f0cfa2e39b3..1d2ef6fde7f 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) -- 2.39.5