core: add message! & format! macros with ansi support

This commit is contained in:
Henrik Lissner 2017-04-12 08:52:12 -04:00
parent d4bbb7e4e6
commit e320abaef8
2 changed files with 20 additions and 0 deletions

View file

@ -5,6 +5,7 @@
(package! async)
(package! s)
(package! f)
(package! ansi)
;; core-os.el
(when IS-MAC