Persist partial pomodoros and only show minutes
This commit is contained in:
parent
3ba5cf98ef
commit
0e39dd1adb
4
+org.el
4
+org.el
|
@ -103,7 +103,9 @@
|
|||
(setq org-pomodoro-length '45
|
||||
org-pomodoro-short-break-length '15
|
||||
org-pomodoro-long-break-length '30
|
||||
org-pomodoro-audio-player "pw-play")
|
||||
org-pomodoro-audio-player "pw-play"
|
||||
org-pomodoro-time-format "%.2m min"
|
||||
org-pomodoro-keep-killed-pomodoro-time t)
|
||||
;; Define capture templates
|
||||
(setq org-capture-templates
|
||||
'(("c" "Cookbook" entry (file "~/Notes/Recipes.org")
|
||||
|
|
Loading…
Reference in New Issue