doomemacs/modules/completion
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
..
company Remove third line in section headers 2018-09-09 09:58:19 -04:00
helm Remove third line in section headers 2018-09-09 09:58:19 -04:00
ido Refactor/optimize completion/ido module 2018-06-03 15:01:21 +02:00
ivy Change doom-ansi-apply, print! & format! 2018-09-09 09:58:20 -04:00