Fix nxml config

Although the package name is `nxml`, the feature to `require` is
`nxml-mode`.
This commit is contained in:
Gergely Polonkai 2016-11-03 18:30:09 +01:00
parent 41c49b79ca
commit 2ad00f4e4d

View File

@ -673,7 +673,7 @@
(use-package cheatsheet (use-package cheatsheet
:ensure t) :ensure t)
(use-package nxml (use-package nxml-mode
:config :config
(setq nxml-attribute-indent 4 (setq nxml-attribute-indent 4
nxml-child-indent 2 nxml-child-indent 2