Require use-package before using it when SPC q D

This commit is contained in:
syl20bnr 2016-02-18 23:20:35 -05:00
parent 1a63e9578b
commit 9f93645d1c

View file

@ -893,6 +893,7 @@ debug-init and load the given list of packages."
(spacemacs/restart-emacs-debug-init
(append (list "-q" "--execute"
(concat "(progn (package-initialize) "
"(require 'use-package)"
load-packages-string ")"))
args))))
(spacemacs/set-leader-keys