app/rss: fix doom-popup-buffer call #288
This commit is contained in:
parent
9320bc7b55
commit
22a721fd15
1 changed files with 5 additions and 5 deletions
|
@ -37,11 +37,11 @@
|
|||
(defun +rss-popup-pane (buf)
|
||||
"Display BUF in a popup."
|
||||
(doom-popup-buffer buf
|
||||
:align +rss-split-direction
|
||||
'(:align +rss-split-direction
|
||||
:size 0.75
|
||||
:select t
|
||||
:autokill t
|
||||
:autoclose t))
|
||||
:autoclose t)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +rss/open (entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue