Change doom-popup-buffer & doom-popup-file signature
...and update its references.
This commit is contained in:
parent
51fa99996d
commit
558a8d973c
3 changed files with 14 additions and 10 deletions
|
@ -486,7 +486,7 @@ the command buffer."
|
|||
|
||||
(after! mu4e
|
||||
(defun doom*mu4e-popup-window (buf _height)
|
||||
(doom-popup-buffer buf :size 10 :noselect t)
|
||||
(doom-popup-buffer buf '(:size 10 :noselect t))
|
||||
buf)
|
||||
(advice-add #'mu4e~temp-window :override #'doom*mu4e-popup-window))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue