summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-05-07 19:39:28 +0200
committerLeon Rische <leon.rische@me.com>2020-05-07 19:39:28 +0200
commit205fd5710f59375a2fc5c4a0d836fea8722bda06 (patch)
tree6c9d2b8d1d75fb196889eed708732af03167618b /org-fc-hydra.el
parentabc1149429668fe53700294cb4a33944a5a9fc62 (diff)
Prompt for buffer when starting review with hydra
Diffstat (limited to 'org-fc-hydra.el')
-rw-r--r--org-fc-hydra.el2
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))