diff --git a/modules/app/rss/autoload.el b/modules/app/rss/autoload.el index 38e79fc02..2be7a71af 100644 --- a/modules/app/rss/autoload.el +++ b/modules/app/rss/autoload.el @@ -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