You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wrote the code, I thought helm-github-stars-refetch-time should be only used for the control of hgs/clear-cache-file-by-time(). However it's a just idea. It's no problem to use helm-github-stars-refetch-time instead of the my-helm-github-stars-interval.
helm-github-stars.el can update the cache file
helm-github-stars-cache-file
automatically. But it's a synchronous process and takes time.I can do it asynchronously using async.el. async.el evaluates S-expression in child emacs process.
I recommend to remove the below setting.
See also;
Thanks.
The text was updated successfully, but these errors were encountered: