desktop-file-utils/desktop-entry-mode-init.el
Petr Šabata 3db7c9fc08 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/desktop-file-utils#24c3746a9eec7b976562377aa792243e3dc9afe1
2020-10-14 23:33:25 +02:00

3 lines
156 B
EmacsLisp

(autoload 'desktop-entry-mode "desktop-entry-mode" "Desktop Entry mode" t)
(add-to-list 'auto-mode-alist '("\\.desktop\\(\\.in\\)?$" . desktop-entry-mode))