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
..
buffers.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cache.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cli.el Prevent non-prefix key errors on doom//refresh 2019-05-12 01:43:22 -04:00
config.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
debug.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
files.el Minor refactors across the board 2019-06-26 14:31:06 +02:00
fonts.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
format.el Rewrite autoload/message.el & move to format.el 2019-07-22 02:30:39 +02:00
help.el Fix error in doom/help-packages for gnu packages 2019-07-09 23:30:59 +02:00
hydras.el Add doom/{increase,decrease,reset}-font commands 2019-05-12 21:56:52 -04:00
line-numbers.el Improve version check for line-numbers polyfill 2019-02-26 17:29:40 -05:00
packages.el 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
projects.el Fix set-project-type! 2019-07-09 02:19:35 +02:00
scratch.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
sessions.el Minor refactors across the board 2019-04-26 17:42:44 -04:00
text.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
ui.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00