diff options
| author | vin <git@vineetk.net> | 2025-12-08 17:15:48 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-12-08 17:15:48 -0500 |
| commit | dd583bc92c00994ef41b384f40ff8b9da11dec84 (patch) | |
| tree | 5a7d7cba0fd9a63ddb9b10d70fdbb2c234a5bdc4 | |
| parent | b67d770226c84c0cd5869a352622ebbd3b0e7ba4 (diff) | |
muh
| -rw-r--r-- | elfeed-custom-feeds-github.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elfeed-custom-feeds-github.el b/elfeed-custom-feeds-github.el index 5bfdb6c..97a2f60 100644 --- a/elfeed-custom-feeds-github.el +++ b/elfeed-custom-feeds-github.el | |||
| @@ -126,7 +126,7 @@ Call COMPLETION-CALLBACK with (repo display-name new-entries) when done." | |||
| 126 | (run-with-idle-timer 0 nil #'process-next-chunk) | 126 | (run-with-idle-timer 0 nil #'process-next-chunk) |
| 127 | ;; All done - call completion callback | 127 | ;; All done - call completion callback |
| 128 | (funcall completion-callback repo display-name (nreverse new-entries))))))) | 128 | (funcall completion-callback repo display-name (nreverse new-entries))))))) |
| 129 | (process-next-chunk)))) | 129 | (process-next-chunk))))) |
| 130 | 130 | ||
| 131 | ;;;###autoload | 131 | ;;;###autoload |
| 132 | (defun elfeed-custom-feeds-github-update () | 132 | (defun elfeed-custom-feeds-github-update () |
| @@ -168,7 +168,7 @@ Batches all entries and updates UI once at the end to avoid blocking." | |||
| 168 | (lambda () | 168 | (lambda () |
| 169 | (when (get-buffer "*elfeed-search*") | 169 | (when (get-buffer "*elfeed-search*") |
| 170 | (with-current-buffer "*elfeed-search*" | 170 | (with-current-buffer "*elfeed-search*" |
| 171 | (elfeed-search-update--force))))))))))) | 171 | (elfeed-search-update--force))))))))))))) |
| 172 | 172 | ||
| 173 | ;; Start all async fetches | 173 | ;; Start all async fetches |
| 174 | (cl-loop for (repo query display-name) in elfeed-custom-github-pr-queries | 174 | (cl-loop for (repo query display-name) in elfeed-custom-github-pr-queries |
| @@ -179,7 +179,7 @@ Batches all entries and updates UI once at the end to avoid blocking." | |||
| 179 | (lambda (r dn items) | 179 | (lambda (r dn items) |
| 180 | (elfeed-custom-feeds-github--prs-to-elfeed r dn items completion-callback)) | 180 | (elfeed-custom-feeds-github--prs-to-elfeed r dn items completion-callback)) |
| 181 | delay))) | 181 | delay))) |
| 182 | nil)) | 182 | nil) |
| 183 | 183 | ||
| 184 | (provide 'elfeed-custom-feeds-github) | 184 | (provide 'elfeed-custom-feeds-github) |
| 185 | 185 | ||
