305 Commits (dd5f703d5257e5fbedf3e2a400a68f2e7663077c)
 

Author SHA1 Message Date
Oleh Krehel dd5f703d52 hydra.el: Use error-message-string, not message 10 years ago
Oleh Krehel a07b92a875 lv.el (lv-window): Rename to " *LV*" 10 years ago
jasonm23 2ebf8624d5 Move Amaranth warning message to a defvar 10 years ago
Oleh Krehel 3527b321ce Fix byte compiler warnings 10 years ago
Oleh Krehel 76d51ecd41 Fix compile warnings 10 years ago
Oleh Krehel 91f8e7c13b hydra.el: Bump version 10 years ago
Oleh Krehel 63de503ee8 hydra.el (hydra-key-regex): Add "$" 10 years ago
Oleh Krehel d2aaf869ec Fix e.g. _f_(foo) in format string 10 years ago
Oleh Krehel 9c2589f9ae Update the package description 10 years ago
Oleh Krehel 1eee0f337a hydra.el (hydra-get-property): New defun. 10 years ago
Oleh Krehel 585db09f58 hydra-examples.el: Add example of setting verbosity 10 years ago
Oleh Krehel 1d378c6887 Allow to set hydra verbosity 10 years ago
Oleh Krehel 81d88e4c11 hydra.el (hydra-show-hint): Extract from defhydra 10 years ago
Oleh Krehel 270b917f1c hydra.el (defhydra): Don't eval hints during the definition 10 years ago
Oleh Krehel 798684a119 hydra-examples.el: Don't byte-compile 10 years ago
Oleh Krehel f877855284 hydra-examples.el (org-agenda-cts): Add 10 years ago
Oleh Krehel 6d5bdf7cb0 Introduce (:hint none) 10 years ago
Oleh Krehel 200a444419 hydra.el (hydra--hint): Revert return "" for :hint nil 10 years ago
Oleh Krehel 0a5074afe8 hydra.el (hydra--format): Avoid inf loops 10 years ago
Oleh Krehel 9fd53baa74 hydra.el (hydra-doc-format-spec): New defcustom 10 years ago
Oleh Krehel 83b9019944 hydra.el (hydra-width-spec-regex): Update 10 years ago
Oleh Krehel f668f4c114 hydra.el (hydra-key-regex): Add "↓←→⌫⌦⏎" 10 years ago
Oleh Krehel 272dc4ad3b hydra.el (hydra-docstring-keys-translate-alist): Update 10 years ago
Oleh Krehel f01f4a46f2 hydra.el (hydra-key-regex): Extract from hydra--format 10 years ago
Oleh Krehel a85a617306 Allow to use e.g. "↑" in place of "<up>" in the docstring 10 years ago
Oleh Krehel 5be27f4b61 Add a shortcut to supply a head's eval-able docstring 10 years ago
justbur 69529aded3 hydra.el (hydra-default-hint): Add option 10 years ago
Oleh Krehel e0454a1005 Add .elpaignore 10 years ago
Oleh Krehel 04cd3e4270 hydra-examples.el (rect): Add require 10 years ago
Syohei YOSHIDA 97cf997ed2 Use set+make-local-variable instead of setq-local for older versions(<24.3) 10 years ago
Oleh Krehel 47fb132a17 hydra-examples.el (hydra-rectangle): Use better commands 10 years ago
Oleh Krehel ba61006bff Allow e.g. "_M-\\^_" in docstrings 10 years ago
Oleh Krehel 7f022f7f1a Fix unbind of key-chord when hydra is active 10 years ago
Oleh Krehel 97c2270f71 Fix byte-compiler warning 10 years ago
Jonas Bernoulli 7e5f64e17b hydra-ox.el: Add a require hydra 11 years ago
Oleh Krehel 90a4e76c37 hydra.el (hydra-disable): Call the exit action only in one frame 11 years ago
Oleh Krehel 2403973be4 hydra-test.el: Add a require hydra 11 years ago
Oleh Krehel 9f5f089af4 Allow head-hint to be dynamic 11 years ago
Oleh Krehel 0712176e9b Fix failing test on Emacs 25 11 years ago
Oleh Krehel 4bf7f1c9e4 Bump version 11 years ago
Oleh Krehel 39eed63d6c hydra.el (hydra-disable): Deactivate key-chord advice more 11 years ago
Oleh Krehel ea36afcc59 Allow "_", "!", and "&" as keys in docstrings 11 years ago
Oleh Krehel 3fb316881a hydra.el (hydra--format): Allow "@" key in the docs 11 years ago
Oleh Krehel f58d356724 Allow #'command syntax for heads, just to have it 11 years ago
Jonas Bernoulli c5327e1d34 Declare dired-mark to silence byte-compiler 11 years ago
Oleh Krehel 27b7f40cb2 Make find-function work with defhydra 11 years ago
Oleh Krehel 852ae2668a Use quote instead of function to prevent compiler warnings 11 years ago
Oleh Krehel 7aa8187957 Allow to specify :face for each head 11 years ago
Oleh Krehel 1e9276adfe Remove trailing whitespace from :columns docstring 11 years ago
Oleh Krehel 336602f308 Add :columns option for hydra body 11 years ago