Remove unused doom-deferred-packages variable

This commit is contained in:
Henrik Lissner 2018-05-15 13:32:09 +02:00
parent 06c22a5af2
commit af079e5f6f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -73,17 +73,6 @@ missing) and shouldn't be deleted.")
(defvar doom-disabled-packages ()
"A list of packages that should be ignored by `def-package!'.")
(defvar doom-deferred-packages
'((input)
(buffer))
"A alist of packages that have been deferred. The CAR is the type of deferral
for the package, the CDR is the list of packages.
input will be loaded on the first action the user invokes
after startup.
buffer will be loaded on the first new buffer to be opened
interactively.")
(defvar doom-reload-hook nil
"A list of hooks to run when `doom/reload-load-path' is called.")