mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Debug log missing modules; remove log! macro
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user