diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/org-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/org-mode.el b/emacs/.emacs.d/org-mode.el index 689fdf4..3378ffd 100644 --- a/emacs/.emacs.d/org-mode.el +++ b/emacs/.emacs.d/org-mode.el @@ -47,6 +47,7 @@ (:name "Waiting" :pred (lambda (entry) (not (bab/org-entry-actionable-p entry))) :order 8) + (:auto-property "TYPE") (:name "Upcoming" :anything t) ))) |