General cleanup + refactor

This commit is contained in:
Henrik Lissner 2017-03-23 19:49:58 -04:00
parent 290cd95a4c
commit b37aadec91
4 changed files with 5 additions and 4 deletions

View file

@ -275,8 +275,8 @@ using `doom-fetch'."
(let ((bootstrap (assq id doom-bootstraps)))
(message "[%s] BOOTSTRAP START" id)
(with-demoted-errors (format "[%s] ERROR: %%s" id)
(unless (funcall (cdr bootstrap))
(message "[%s] DONE (already bootstrapped)" id)))))))
(message "[%s] %s"
id (if (funcall (cdr bootstrap)) "SKIPPED (nothing to do)" "DONE")))))))
(provide 'core-lib)
;;; core-lib.el ends here