Hide tags column in elfeed
This commit is contained in:
parent
7e936bfe84
commit
fb1695bed4
|
@ -97,7 +97,8 @@
|
|||
:api-url "https://rss.coolneng.duckdns.org/fever/"
|
||||
:password (auth-source-pass-get 'secret "api/miniflux"))))
|
||||
(setq elfeed-sort-order 'ascending
|
||||
elfeed-search-filter "@all +unread")
|
||||
elfeed-search-filter "@all +unread"
|
||||
elfeed-goodies/tag-column-width 0)
|
||||
(elfeed-protocol-enable)
|
||||
(add-hook! 'elfeed-search-mode-hook 'elfeed-update))
|
||||
;; Use delta to view diffs in Magit
|
||||
|
|
Loading…
Reference in New Issue