mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 19:01:09 -08:00
Color let-functions no longer take format string arguments. e.g.
(format! (red "Hello %s" "world"))
Becomes
(format! (red "Hello %s") "world")
The same goes for print!. Also, doom-ansi-apply now takes two arguments
instead of three.
Also merges doom-message-{fg,bg,fx} into doom-ansi-alist, and reduces
backtrace noise when errors originate from inside these macros.
|
||
|---|---|---|
| .. | ||
| test-autoload-buffers.el | ||
| test-autoload-files.el | ||
| test-autoload-help.el | ||
| test-autoload-message.el | ||
| test-autoload-package.el | ||
| test-core-lib.el | ||
| test-core-modules.el | ||
| test-core-packages.el | ||
| test-core-projects.el | ||
| test-core-ui.el | ||
| test-core.el | ||