mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
fix: lint
This commit is contained in:
parent
98e9904a98
commit
90e9abcdf5
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,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--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