Show a task once if it has a schedule and deadline

This commit is contained in:
coolneng 2022-10-10 16:12:21 +02:00
parent 8322c56272
commit 037171f063
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -144,5 +144,7 @@
(sp-local-pair "~" "~")
(sp-local-pair "=" "=")
(sp-local-pair "$" "$")))
;; Only show a task once if it has a schedule and deadline
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
;; Auto tangle on save
(add-hook 'org-mode-hook 'org-auto-tangle-mode)