diff options
author | Leon Rische <leon.rische@me.com> | 2020-01-15 14:20:52 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-01-15 14:20:52 +0100 |
commit | 6fda792b16cdf583fe2d066671d9bd499c0832ee (patch) | |
tree | 0c160974e459142053f03d555d0bcbe3281c7501 /README.org | |
parent | 95bf087522765291bd3eb8f98fffc30193a6fc69 (diff) |
Document use of abo-abo/hydra
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -101,6 +101,16 @@ in the review data table in awk.. To avoid these issues, all timestamps added or used by org-fc are ISO8601 formatted (e.g. =2020-01-15T11:58:12=) using *UTC0* as the timezone. +*** Use of [[https://github.com/abo-abo/hydra][hydra]] +To keep this package as small as possible, [[https://github.com/abo-abo/hydra][abo-abo/hydra]] is used +for showing statistics and hotkeys during review. + +The main benefit of this is that it saves us from writing a lot of +(hard) window / split / buffer management code. + +As a consequence, if you want to add your own hotkeys to one of the +hydras used by this package, you'll have to write a new one instead of +being able to redefine keys / add keys in an existing one. ** Getting Started Before using this package, a few variables have to be set: |