diff --git a/core/autoload/store.el b/core/autoload/store.el index e59e32b4a..651fb178e 100644 --- a/core/autoload/store.el +++ b/core/autoload/store.el @@ -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)