Files
doomemacs/core/autoload
Henrik Lissner 987061aedd Rewrite autoload/message.el & move to format.el
Adds new convenience macros like print! and insert!, and adds classes;
which are helper functions that can be called inline within format!,
print! et co, e.g.

  (format! "%s" (filename "/tmp/some/file")) ; => file
  (format! "%s" (relpath "/tmp/some/file" "/tmp")) ; => some/file
  (format! "%s" (dirname "/tmp/some/file")) ; => /tmp/some

Check out doom-format-class-alist for more.
2019-07-22 02:30:39 +02:00
..
2019-06-26 14:31:06 +02:00
2019-07-22 02:27:45 +02:00
2019-07-09 02:19:35 +02:00
2019-04-26 17:42:44 -04:00
2019-07-22 02:30:38 +02:00
2019-07-22 02:30:38 +02:00