From fa917339d24a47c07c4fc9d6e56e18a2f242ff92 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 9 Dec 2022 20:17:39 +0300 Subject: [PATCH] fix: customize interface for `elfeed-summary-settings' --- elfeed-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfeed-summary.el b/elfeed-summary.el index 56ec38f..0795fb0 100644 --- a/elfeed-summary.el +++ b/elfeed-summary.el @@ -123,7 +123,7 @@ (cons :tag "Tags" (const :tag "Tags" :tags) (repeat symbol)) - (cons (cons :tag "Add the default filter string" :add-default) + (cons (const :tag "Add the default filter string" :add-default) (boolean :tag "Add the default filter string"))))) (const :tag "Misc feeds" :misc))))