Set audio player for org-pomodoro

This commit is contained in:
coolneng 2022-03-21 15:30:41 +01:00
parent 5cc92ce0d8
commit 3b6e996bf9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@
:init
(setq org-super-agenda-groups '((:name "Overdue"
:deadline past)
(:name "Due today"
(:name "Today"
:scheduled today
:deadline today)
(:name "Important"
:priority "A")
@ -81,4 +82,5 @@
;; Extend pomodoro length to 45/15
(setq org-pomodoro-length '45
org-pomodoro-short-break-length '15
org-pomodoro-long-break-length '30)
org-pomodoro-long-break-length '30
org-pomodoro-audio-player "pw-play")