diff options
| author | Sacha Chua <sacha@sachachua.com> | 2022-10-03 11:38:50 -0400 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2022-10-03 11:38:50 -0400 | 
| commit | ae608668e1f1294bfa6ef38b3675849a8d9895c8 (patch) | |
| tree | a4a57b8650b8c424cefd54ad9658688e2a907b62 /2022 | |
| parent | 25b71e63c0364e2ab91613cd60252da68e71a00f (diff) | |
| download | emacsconf-wiki-ae608668e1f1294bfa6ef38b3675849a8d9895c8.tar.xz emacsconf-wiki-ae608668e1f1294bfa6ef38b3675849a8d9895c8.zip  | |
Make it easier to tweak allocations
Diffstat (limited to '')
| -rw-r--r-- | 2022/decisions/index.org | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/2022/decisions/index.org b/2022/decisions/index.org index 03d4734b..1ef7d4d9 100644 --- a/2022/decisions/index.org +++ b/2022/decisions/index.org @@ -79,7 +79,7 @@ rde                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -151,7 +151,7 @@ community                   fanfare                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time-at-most-max-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                    :start "2022-12-03 9:00"                    :end "2022-12-03 18:00" @@ -222,7 +222,7 @@ community                   fanfare                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time-at-most-max-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -287,7 +287,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -351,7 +352,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -419,7 +421,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00"  | 
