summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc.el')
-rw-r--r--org-fc.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/org-fc.el b/org-fc.el
index 80ccf67..9167b94 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -1892,6 +1892,12 @@ same ID as the current card in the session."
(interactive)
(org-fc-review-rate 'easy))
+(defun org-fc-review-skip-card ()
+ "Skip card and proceed to next."
+ (interactive)
+ (org-fc-review-reset)
+ (org-fc-review-next-card))
+
(defun org-fc-review-suspend-card ()
"Suspend card and proceed to next."
(interactive)