doomemacs/core/autoload
Henrik Lissner a9bf0b8985
Add cmd!, cmd!!, cmds! convenience macros
It's kind of silly that our command lambda macros (λ! and λ!!) need a
snippet, special key sequence or copy-paste to insert, so in the spirit
of fn! -- and to make sure they take up less space than `lambda!` --
I've added `cmd!` and `cmd!!` aliases. `lambda!` and `lambda!!` are now
deprecated. λ! and λ!! will remain.

I've also added `cmds!` as a convenience wrapper around
general-predicate-dispatch.
2020-05-27 18:29:35 -04:00
..
buffers.el Make doom-real-buffer-p work for indirect buffers 2020-03-01 01:33:40 -05:00
config.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
debug.el Add cmd!, cmd!!, cmds! convenience macros 2020-05-27 18:29:35 -04:00
files.el Rewrite move/copy/delete file commands 2020-04-27 01:51:18 -04:00
fonts.el Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00
help.el Fix doom/help-search-loaded-files 2020-05-19 17:33:57 -04:00
output.el Rename doom-format lib -> doom-output 2020-05-25 15:55:29 -04:00
packages.el Minor refactors & comment/message revision 2020-05-25 22:11:15 -04:00
plist.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
process.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
projects.el Fix switch-project completion defaulting to current project 2020-05-26 14:06:19 -04:00
scratch.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
sessions.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
store.el Rework & polish doom-store library 2020-05-02 19:32:02 -04:00
text.el Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00
themes.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
ui.el Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00