doomemacs/bin
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
..
doom 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
doom-doctor Rewrite autoload/message.el & move to format.el 2019-07-22 02:30:39 +02:00
doom.cmd Add ability to pass additional args to 'doom run' 2018-07-16 16:35:05 -07:00
org-capture fix shebang for doctor, org-capture and -tangle 2019-06-08 07:27:36 +02:00
org-tangle fix shebang for doctor, org-capture and -tangle 2019-06-08 07:27:36 +02:00