doomemacs/modules
Henrik Lissner 4d10c28c37
Change doom-ansi-apply, print! & format!
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.
2018-09-09 09:58:20 -04:00
..
app Remove third line in section headers 2018-09-09 09:58:19 -04:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Change doom-ansi-apply, print! & format! 2018-09-09 09:58:20 -04:00
config Remove third line in section headers 2018-09-09 09:58:19 -04:00
editor Remove third line in section headers 2018-09-09 09:58:19 -04:00
emacs Remove third line in section headers 2018-09-09 09:58:19 -04:00
feature Remove third line in section headers 2018-09-09 09:58:19 -04:00
lang Remove third line in section headers 2018-09-09 09:58:19 -04:00
tools Remove third line in section headers 2018-09-09 09:58:19 -04:00
ui Remove third line in section headers 2018-09-09 09:58:19 -04:00