diff options
Diffstat (limited to '.emacs.d/lisp/init-xml.el')
-rw-r--r-- | .emacs.d/lisp/init-xml.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-xml.el b/.emacs.d/lisp/init-xml.el index 60c9835..ec9d6b9 100644 --- a/.emacs.d/lisp/init-xml.el +++ b/.emacs.d/lisp/init-xml.el @@ -3,8 +3,7 @@ ;; Based on prelude-xml.el ;;; Code: -(use-package nxml-mode - :ensure nil +(use-feature nxml-mode :config (push '("<\\?xml" . nxml-mode) magic-mode-alist) (add-to-list 'auto-mode-alist '("\\.pom\\'" . nxml-mode)) |