summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org4
-rw-r--r--org-fc-hydra.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index f4c2c49..3a39693 100644
--- a/README.org
+++ b/README.org
@@ -371,6 +371,10 @@ upcoming changes.
In case a update to the org sources is needed, I'll add a changelog
entry with updating instructions.
+
+*** [2020-05-22 Fri]
+**** Changed
+- Exit hydra when review is started
*** [2020-05-08 Fri]
**** Changed
- Per-context dashboard
diff --git a/org-fc-hydra.el b/org-fc-hydra.el
index 25d77ed..809d91b 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 "Start Review")
+ ("r" org-fc-review "Start Review" :exit t)
("u" org-fc-update "Update Card")
("t" org-fc-hydra-type/body "Init Type" :exit t)
("q" nil "Quit" :exit t))