Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lv.el (lv-wnd): New variable. (lv-window): New defun to get a window similar in properties to Echo Area. (lv-message): New defun, a replacement for `message', that writes to `lv-window'. * hydra.el (hydra-lv): New defcustom. If nil, use the Echo Area, otherwise, use LV. (hydra-disable): Add optional arg KILL-LV. (hydra--message): New defun to dispatch on `hydra-lv'. (hydra--make-defun): Prematurely disable with LV only for blue heads, since regenerating LV window would cause screen tearing. No need for timeouts between `message' when using LV. HINT argument is now a function symbol that returns a string, instead of a plain string. (defhydra): Generate a new defun with name `NAME/hint'. * Makefile: Load lv. * hydra-test.el: Update all tests. * README.md: Update.
- Loading branch information
806e04b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does
lv
stand for?806e04b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing really, "lower view" if you like.