aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-02-08 09:47:49 -0800
committerGravatar Tom Willemse2022-02-08 09:47:49 -0800
commit055240f3db68e3caaf29aa06f4d0c779f2c1bb09 (patch)
tree8641828933c0cbc91f2474d92580c740475fd2f6 /oni-org/oni-org.el
parent5a15eacc0de54463306d77c4cc0f79736d656735 (diff)
downloademacs-config-055240f3db68e3caaf29aa06f4d0c779f2c1bb09.tar.gz
emacs-config-055240f3db68e3caaf29aa06f4d0c779f2c1bb09.zip
[oni-org] Icrease the duration of a single Pomodoro
I've been experimenting with using 25 minutes instead of 20 for each Pomodoro.
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 5d27a70..efeca65 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0112.104156
+;; Version: 2022.0204.152141
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
;; This program is free software; you can redistribute it and/or modify
@@ -788,7 +788,7 @@ This is an around advice for ‘org-html--svg-image’ as FUN."
;; Add my current pomodoro time duration so that I can make estimates in
;; Pomodoros like 1p.
-(defconst oni-org-pomodoro-duration 20
+(defconst oni-org-pomodoro-duration 25
"The duration in minutes of a single pomodoro.")
(with-eval-after-load 'org-duration