Fix expiration of doom-store entries
This commit is contained in:
parent
ce22f75a57
commit
d667a2a292
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ the actual variables themselves or their values."
|
|||
(let ((ttl (car data)))
|
||||
(cond ((functionp ttl)
|
||||
(not (funcall ttl key data)))
|
||||
((integerp ttl)
|
||||
((consp ttl)
|
||||
(time-less-p ttl (current-time))))))
|
||||
|
||||
(defun doom--store-flush (location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue