mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/rss: fix +rss/quit & compact db
This commit is contained in:
@ -8,10 +8,12 @@
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +rss/quit ()
|
(defun +rss/quit ()
|
||||||
|
"TODO"
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(elfeed-db-compact)
|
||||||
(doom-kill-matching-buffers "^\\*elfeed")
|
(doom-kill-matching-buffers "^\\*elfeed")
|
||||||
(dolist (file +rss-elfeed-files)
|
(dolist (file +rss-elfeed-files)
|
||||||
(when-let* ((buf (get-file-buffer (expand-file-name file +rss-org-dir))))
|
(when-let* ((buf (get-file-buffer (expand-file-name file +org-dir))))
|
||||||
(kill-buffer buf))))
|
(kill-buffer buf))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user