fix: customize interface for `elfeed-summary-settings'

This commit is contained in:
Pavel Korytov 2022-12-09 20:17:39 +03:00
parent 125e0f059d
commit fa917339d2

View file

@ -123,7 +123,7 @@
(cons :tag "Tags" (cons :tag "Tags"
(const :tag "Tags" :tags) (const :tag "Tags" :tags)
(repeat symbol)) (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"))))) (boolean :tag "Add the default filter string")))))
(const :tag "Misc feeds" :misc)))) (const :tag "Misc feeds" :misc))))