doomemacs/core/autoload
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
..
buffers.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
cache.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
debug.el Refactor core-cli 2018-09-09 09:58:20 -04:00
editor.el Reorganize doom core-lib & reformat autoload/ui.el 2018-09-09 09:58:19 -04:00
files.el Reorganize doom core-lib & reformat autoload/ui.el 2018-09-09 09:58:19 -04:00
help.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
hydras.el Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00
line-numbers.el Use EMACS26+ to detect native line numbers 2018-09-09 09:58:19 -04:00
message.el Change doom-ansi-apply, print! & format! 2018-09-09 09:58:20 -04:00
packages.el Change doom-ansi-apply, print! & format! 2018-09-09 09:58:20 -04:00
projects.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
scratch.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
ui.el Use EMACS26+ to detect native line numbers 2018-09-09 09:58:19 -04:00