mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
fix: customize interface for `elfeed-summary-settings'
This commit is contained in:
parent
125e0f059d
commit
fa917339d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue