Allow viewing .heic images via image-convert
* lisp/files.el (auto-mode-alist): Support the Apple .heic/HEIF image format (bug#51381).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user