-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some features for generating tables
* hydra.el (hydra--pad): New defun. (hydra--matrix): New defun. (hydra--cell): New defun. (hydra--vconcat): New defun. (hydra-cell-format): New defcustom. (hydra--table): New defun. (hydra-reset-radios): New defun. (defhydra): Allow docstring to be eval-able. (defhydradio): Don't define `.../reset-radios', instead define `.../names' that can be passed to `hydra-reset-radios'. (hydra-multipop): New defmacro. (hydra--radio): Update the order - the docstring is now a mandatory second arg, value is the optional third. * hydra-test.el (defhydradio): Update test. (hydra--pad): Add test. (hydra--matrix): Add test. (hydra--cell): Add test. (hydra--vconcat): Add test. (hydra--table): Add test.
- Loading branch information
Showing
2 changed files
with
153 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters