Fix #4202: svg files opening as text

This commit is contained in:
Henrik Lissner 2020-11-02 14:54:51 -05:00
parent 3abd26aaff
commit 91a4311a17
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,7 +4,6 @@
:mode "\\.p\\(?:list\\|om\\)\\'" ; plist, pom :mode "\\.p\\(?:list\\|om\\)\\'" ; plist, pom
:mode "\\.xs\\(?:d\\|lt\\)\\'" ; xslt, xsd :mode "\\.xs\\(?:d\\|lt\\)\\'" ; xslt, xsd
:mode "\\.rss\\'" :mode "\\.rss\\'"
:magic "<\\?xml"
:config :config
(setq nxml-slash-auto-complete-flag t (setq nxml-slash-auto-complete-flag t
nxml-auto-insert-xml-declaration-flag t) nxml-auto-insert-xml-declaration-flag t)