Skip to content

Commit

Permalink
Require use-package before using it when SPC q D
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Feb 19, 2016
1 parent 0be8e1f commit 6b9904f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+distribution/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,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
Expand Down

0 comments on commit 6b9904f

Please sign in to comment.