summaryrefslogtreecommitdiff
path: root/org-fc-hydra.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-05-22 11:37:40 +0200
committerLeon Rische <leon.rische@me.com>2020-05-22 11:38:56 +0200
commit51a0cde5685a37229e34396980fd4fa511e47804 (patch)
treea5cb527a8377a4dfeb3c1a95780500beee347108 /org-fc-hydra.el
parent322ce0baf400beacfeebbc4c8544aef9207ae5a9 (diff)
Exit hydra when review is started
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 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))