Make org-random-todo notifications to bug me less often
One per hour is just enough.
This commit is contained in:
parent
24a8291572
commit
4a949cc025
5
init.el
5
init.el
@ -559,7 +559,10 @@
|
|||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
'((plantuml . t))))
|
'((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
|
(use-package calendar
|
||||||
:init
|
:init
|
||||||
|
Loading…
Reference in New Issue
Block a user