Emacs: Bind .mp4 to the video/mpeg MIME-type

master
Pierre Neidhardt 2018-01-29 11:37:54 +01:00
parent 3281d74a44
commit b52ad26b60
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@
;;; Extend MIME-types support (Matroska/mkv).
(with-eval-after-load 'mailcap
(add-to-list 'mailcap-mime-extensions '(".webm" . "video/webm"))
(add-to-list 'mailcap-mime-extensions '(".mp4" . "video/mpeg"))
(add-to-list 'mailcap-mime-extensions '(".mkv" . "video/x-matroska")))
;;; Default ispell dictionary. If not set, Emacs uses the current locale.