projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce0008
)
Allow viewing .heic images via image-convert
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 25 Oct 2021 15:19:32 +0000
(17:19 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 25 Oct 2021 15:19:32 +0000
(17:19 +0200)
* lisp/files.el (auto-mode-alist): Support the Apple .heic/HEIF
image format (bug#51381).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f0cfa2e39b343bf194c9fa6f8988e4bf865094ca..1d2ef6fde7fc889ad5cf46535d59100a34bcedc1 100644
(file)
--- 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)