diff options
Diffstat (limited to 'doom.d/config.el')
-rw-r--r-- | doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index 349c9d4..85b25b1 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -347,7 +347,7 @@ matt@matthewlemon.com") ;; Defining stuck projects (setq org-stuck-projects - '("/+PROJ" ("NEXT") nil "")) + '("+LEVEL=2/+PROJ" ("NEXT" "DOING") nil "")) ;; Put state transition logs into a drawer called LOGBOOK (setq org-log-into-drawer t) |