diff options
author | Leon Rische <leon.rische@me.com> | 2020-05-07 19:39:28 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-05-07 19:39:28 +0200 |
commit | 205fd5710f59375a2fc5c4a0d836fea8722bda06 (patch) | |
tree | 6c9d2b8d1d75fb196889eed708732af03167618b /org-fc-hydra.el | |
parent | abc1149429668fe53700294cb4a33944a5a9fc62 (diff) |
Prompt for buffer when starting review with hydra
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r-- | org-fc-hydra.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-hydra.el b/org-fc-hydra.el index 0b7283e..25d77ed 100644 --- a/org-fc-hydra.el +++ b/org-fc-hydra.el @@ -28,7 +28,7 @@ (defhydra org-fc-hydra () ("m" org-fc-dashboard "Dashboard" :exit t) - ("r" org-fc-review-all "Start Review") + ("r" org-fc-review "Start Review") ("u" org-fc-update "Update Card") ("t" org-fc-hydra-type/body "Init Type" :exit t) ("q" nil "Quit" :exit t)) |