Make org-random-todo notifications to bug me less often

One per hour is just enough.
This commit is contained in:
Gergely Polonkai 2016-10-21 19:39:14 +02:00
parent 24a8291572
commit 4a949cc025
1 changed files with 4 additions and 1 deletions

View File

@ -559,7 +559,10 @@
'org-babel-load-languages
'((plantuml . t))))
(use-package org-random-todo)
(use-package org-random-todo
:config
;; Dont bug me too often…
(setq org-random-todo-how-often 3600))
(use-package calendar
:init