mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
Merge pull request #16 from maikol-solis/master
fix: context writing in CSV file for third-time implementation
This commit is contained in:
commit
ee7b60c65e
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ If the variable is nil, the function does nothing."
|
||||||
(symbol-name (alist-get 'kind (alist-get 'current pomm-third-time--state)))
|
(symbol-name (alist-get 'kind (alist-get 'current pomm-third-time--state)))
|
||||||
(or (alist-get 'iteration (alist-get 'current pomm-third-time--state)) 0)
|
(or (alist-get 'iteration (alist-get 'current pomm-third-time--state)) 0)
|
||||||
(pomm-third-time--break-time)
|
(pomm-third-time--break-time)
|
||||||
(alist-get 'context pomm--state))
|
(alist-get 'context pomm-third-time--state))
|
||||||
nil pomm-third-time-csv-history-file 'append 1)))
|
nil pomm-third-time-csv-history-file 'append 1)))
|
||||||
|
|
||||||
(transient-define-prefix pomm-third-time-reset ()
|
(transient-define-prefix pomm-third-time-reset ()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue