mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
fix: context writing in CSV file for third-time implementation
This commit is contained in:
parent
ba0b308886
commit
feaca3836b
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)))
|
||||
(or (alist-get 'iteration (alist-get 'current pomm-third-time--state)) 0)
|
||||
(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)))
|
||||
|
||||
(transient-define-prefix pomm-third-time-reset ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue