mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/rss: add :popup rule for elfeed-entry windows
This commit is contained in:
@ -25,6 +25,10 @@
|
||||
elfeed-show-entry-delete #'+rss/delete-pane
|
||||
shr-max-image-proportion 0.6)
|
||||
|
||||
(set! :popup "^\\*elfeed-entry"
|
||||
'((size . 0.75) (side . bottom))
|
||||
'((select . t) (quit) (transient . t)))
|
||||
|
||||
(make-directory elfeed-db-directory t)
|
||||
|
||||
;; Ensure elfeed buffers are treated as real
|
||||
|
Reference in New Issue
Block a user