Increase OK score to 4

This commit is contained in:
Chris Barrett
2023-03-21 20:58:37 +13:00
parent 71b9e6f47d
commit a428d1b40f

View File

@@ -180,7 +180,7 @@ review is automatically opened, where available.")
;; We parse & store a number of properties on nodes to track review state.
(defvar org-roam-review--maturity-score-revisit 1)
(defvar org-roam-review--maturity-score-ok 3)
(defvar org-roam-review--maturity-score-ok 4)
(defvar org-roam-review--maturity-score-bury 5)
(defun org-roam-review--update-next-review (quality)