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
|
||||
(defun +rss/quit ()
|
||||
"TODO"
|
||||
(interactive)
|
||||
(elfeed-db-compact)
|
||||
(doom-kill-matching-buffers "^\\*elfeed")
|
||||
(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))))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user