Variable: xdg-mime-table
xdg-mime-table is a variable defined in xdg.el.gz.
Value
nil
Documentation
Table of MIME type to desktop file associations.
The table is an alist with keys being MIME major types ("application",
"audio", etc.), and values being hash tables. Each hash table has
MIME subtypes as keys and lists of desktop file absolute filenames.
Source Code
;; Defined in /usr/src/emacs/lisp/xdg.el.gz
;; MIME apps specification
;; https://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.1.html
(defvar xdg-mime-table nil
"Table of MIME type to desktop file associations.
The table is an alist with keys being MIME major types (\"application\",
\"audio\", etc.), and values being hash tables. Each hash table has
MIME subtypes as keys and lists of desktop file absolute filenames.")