Pop up elfeed-show buffers below current
Instead of in a frame popup. You no longer are required to run elfeed in fullscreen.
This commit is contained in:
parent
04ee1c23fd
commit
b583af198d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ absolute paths.")
|
|||
shr-max-image-proportion 0.6)
|
||||
|
||||
(set-popup-rule! "^\\*elfeed-entry"
|
||||
:size 0.75 :side 'bottom
|
||||
:size 0.75 :actions '(display-buffer-below-selected)
|
||||
:select t :quit nil :ttl t)
|
||||
|
||||
(make-directory elfeed-db-directory t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue