about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-xml.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-26 16:03:48 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-26 16:03:48 +0100
commit1fd1e30c89bc89a64aba8ede09495214b018c96f (patch)
tree717276d9b3072bc11a9252a3ee0500ce2dd55962 /.emacs.d/lisp/init-xml.el
parent088688b8433325c81c96a561f78e9166107e1aa4 (diff)
downloaddotfiles-1fd1e30c89bc89a64aba8ede09495214b018c96f.tar.gz
Add some defers and remove some packages
Diffstat (limited to '.emacs.d/lisp/init-xml.el')
-rw-r--r--.emacs.d/lisp/init-xml.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-xml.el b/.emacs.d/lisp/init-xml.el
index 5a3d162..ceb5d52 100644
--- a/.emacs.d/lisp/init-xml.el
+++ b/.emacs.d/lisp/init-xml.el
@@ -5,6 +5,7 @@
 
 (use-package nxml-mode
   :ensure nil
+  :defer t
   :config
   (push '("<\\?xml" . nxml-mode) magic-mode-alist)
   ;; pom files should be treated as xml files