now you ahve been granted vision

This commit is contained in:
Sakooooo 2024-01-14 14:14:53 +04:00
parent f5a7bc9bc9
commit 3c9694c289
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1231,7 +1231,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
(last-id (elfeed-protocol-fever-get-update-mark proto-id 'update))) (last-id (elfeed-protocol-fever-get-update-mark proto-id 'update)))
(elfeed-protocol-fever-set-update-mark proto-id 'update (- last-id 1000))) (elfeed-protocol-fever-set-update-mark proto-id 'update (- last-id 1000)))
(run-at-time 600 600 (run-at-time 300 300
(lambda () (when (= elfeed-curl-queue-active 0) (lambda () (when (= elfeed-curl-queue-active 0)
(elfeed-update)))) (elfeed-update))))