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:
Henrik Lissner 2018-06-29 13:57:00 +02:00
parent 04ee1c23fd
commit b583af198d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -27,7 +27,7 @@ absolute paths.")
shr-max-image-proportion 0.6) shr-max-image-proportion 0.6)
(set-popup-rule! "^\\*elfeed-entry" (set-popup-rule! "^\\*elfeed-entry"
:size 0.75 :side 'bottom :size 0.75 :actions '(display-buffer-below-selected)
:select t :quit nil :ttl t) :select t :quit nil :ttl t)
(make-directory elfeed-db-directory t) (make-directory elfeed-db-directory t)