Add :ensure nil to use-package calls that load built-in packages

This commit is contained in:
Gergely Polonkai 2017-04-07 18:26:15 +02:00
parent 91d93e5c39
commit 63e8cd46a8
1 changed files with 2 additions and 0 deletions

View File

@ -815,6 +815,7 @@
:ensure t)
(use-package nxml-mode
:ensure nil
:config
(setq nxml-attribute-indent 4
nxml-child-indent 2
@ -939,6 +940,7 @@
:ensure t)
(use-package files
:ensure nil
:config
(setq backup-directory-alist
`((".*" . ,temporary-file-directory)))