doomemacs/core/cli
Henrik Lissner 23feb482e9
refactor!(lib): rename fn!->lambda! & fn!!->fn!
BREAKING CHANGE: This renames the fn! macro to lambda! and fn!! to fn!.
I hadn't put much thought into their names when they were added, but now
that they're seeing more use, I've reconsidered.

The reasoning is (and I'll refer to them by their new names):

- If you're using fn!, you care more about the syntax's brevity, than if
  you were using lambda!, so I wanted fn! to have the (even if slightly)
  shorter name.
- lambda! decorates native lambda (with cl-function). Its old name
  did not suggest that connection like other !-macros in Doom's library
  do.
- Their old names implied the two macros were somehow related or that
  one decorated the other. They aren't and don't.
2022-06-21 21:29:08 +02:00
..
make feat(cli): add 'doom make completions' for zsh 2022-06-18 23:53:12 +02:00
autoloads.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
ci.el refactor!(lib): rename fn!->lambda! & fn!!->fn! 2022-06-21 21:29:08 +02:00
compile.el fix(cli): void-function relpath on 'doom compile' 2022-06-20 02:27:23 +02:00
doctor.el fix(cli): add extra package checks 2022-06-20 23:43:23 +02:00
env.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
help.el refactor!(lib): rename fn!->lambda! & fn!!->fn! 2022-06-21 21:29:08 +02:00
info.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
install.el fix(cli): void-function doom-packages-install error on 'doom install' 2022-06-19 03:00:10 +02:00
make.el feat(cli): add 'doom make completions' for zsh 2022-06-18 23:53:12 +02:00
packages.el tweak(cli): show benchmark for doom {build,purge} 2022-06-19 22:51:46 +02:00
run.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
sync.el fix(cli): update 'doom upgrade' 2022-06-19 02:34:23 +02:00
test.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
upgrade.el fix(cli): void-function doom-clean-byte-compiled-files on 'doom upgrade' 2022-06-19 12:08:24 +02:00