Bind org-random-todo to a key

This commit is contained in:
Gergely Polonkai 2016-10-27 09:57:25 +02:00
parent 1e8ef17788
commit e8113bf04b
1 changed files with 5 additions and 1 deletions

View File

@ -661,9 +661,13 @@
(use-package org-random-todo
:ensure t
:demand
:config
;; Dont bug me too often…
(setq org-random-todo-how-often 3600))
(setq org-random-todo-how-often 3600)
:bind
(:map gpolonkai/pers-map
("r" . org-random-todo)))
(use-package calendar
:init