New warn! macro; replace debug! with log! macro
This commit is contained in:
parent
7d9f2e5078
commit
7e87ab3e29
2 changed files with 21 additions and 7 deletions
|
@ -154,7 +154,7 @@ Used by `doom//packages-update'."
|
|||
;; asynchronously.
|
||||
(let (futures)
|
||||
(dolist (pkg quelpa-pkgs)
|
||||
(debug! "New thread for: %s" pkg)
|
||||
(log! "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