From 61bef7d508e5e2c66c718511194f825893e5a8ac Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Aug 2024 15:16:40 -0500 Subject: update packages to aug 24 2024; minor updates updating packages to most recent as of Aug 24 2024 add commented help for signature expiration fix typo in comment on cj/elfeed-mark-all-as-read --- modules/elfeed-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/elfeed-config.el') diff --git a/modules/elfeed-config.el b/modules/elfeed-config.el index 076b6f1f..2ea9b4a0 100644 --- a/modules/elfeed-config.el +++ b/modules/elfeed-config.el @@ -58,7 +58,7 @@ ;; -------------------------- Elfeed Filter Functions -------------------------- (defun cj/elfeed-mark-all-as-read () - "Temove the 'unread' tag from all elfeed entries visible in the elfeed search buffer." + "Remove the 'unread' tag from all elfeed entries visible in the elfeed search buffer." (interactive) (mark-whole-buffer) (elfeed-search-untag-all-unread)) -- cgit v1.2.3