Bind org-random-todo to a key
This commit is contained in:
parent
1e8ef17788
commit
e8113bf04b
6
init.el
6
init.el
@ -661,9 +661,13 @@
|
|||||||
|
|
||||||
(use-package org-random-todo
|
(use-package org-random-todo
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:demand
|
||||||
:config
|
:config
|
||||||
;; Don’t bug me too often…
|
;; Don’t 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
|
(use-package calendar
|
||||||
:init
|
:init
|
||||||
|
Loading…
Reference in New Issue
Block a user