diff --git a/configuration.org b/configuration.org index 1144edf..4c1d3a8 100644 --- a/configuration.org +++ b/configuration.org @@ -2778,6 +2778,8 @@ This is a big one; I use a lot of customisation here. :config ;; Don’t bug me too often… (setq org-random-todo-how-often 3600) + :custom + (org-random-todo-skip-keywords '("SOMEDAY")) :bind (:map gpolonkai/pers-map ("r" . org-random-todo)))