From 4a949cc025264e0ec249241fc44ce66e71458121 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 21 Oct 2016 19:39:14 +0200 Subject: [PATCH] Make org-random-todo notifications to bug me less often One per hour is just enough. --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 8d80ec4..5e790a6 100644 --- a/init.el +++ b/init.el @@ -559,7 +559,10 @@ 'org-babel-load-languages '((plantuml . t)))) -(use-package org-random-todo) +(use-package org-random-todo + :config + ;; Don’t bug me too often… + (setq org-random-todo-how-often 3600)) (use-package calendar :init