doomemacs/core
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
..
autoload Rewrite autoload/message.el & move to format.el 2019-07-22 02:30:39 +02:00
cli cli: disable patch-macos (only --undo/-u works) 2019-07-20 11:40:00 +02:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
core-editor.el Add so-long package 2019-07-22 02:30:38 +02:00
core-keybinds.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core-lib.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core-modules.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
core-packages.el 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-projects.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
core-ui.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
doctor.el Add rg check to core/doctor.el 2019-06-18 17:30:08 +02:00
packages.el Add so-long package 2019-07-22 02:30:38 +02:00