branch: elpa/gnosis
commit edbd6697447fc66432879f6a72db23625ea43c78
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    [Custom] Add gnosis-default-average-review-period.
    
    + Add custom average review period, used to calculate the average
      reviews for DAYS.
---
 gnosis.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnosis.el b/gnosis.el
index ee435f03cc..99856893ee 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -103,6 +103,10 @@ between two strings to consider them as similar."
 When nil, review new notes last."
   :type 'bolean)
 
+(defcustom gnosis-default-average-review-period 30
+  "The number of days used to calculate the average reviews on gnosis 
dashboard."
+  :type 'integer)
+
 ;;; Faces
 
 (defface gnosis-face-parathema

Reply via email to