Debug log missing modules; remove log! macro
This commit is contained in:
parent
5b80fce905
commit
b5db4f1fb6
3 changed files with 5 additions and 11 deletions
|
@ -196,7 +196,8 @@ Used by `doom//packages-update'."
|
|||
;; asynchronously.
|
||||
(let (futures)
|
||||
(dolist (pkg quelpa-pkgs)
|
||||
(log! "New thread for: %s" pkg)
|
||||
(when doom-debug-mode
|
||||
(message "New thread for: %s" pkg))
|
||||
(push (async-start
|
||||
`(lambda ()
|
||||
(setq user-emacs-directory ,user-emacs-directory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue