mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
@@ -206,7 +206,8 @@ and enables `+popup-buffer-mode'."
|
||||
(when-let (popup (cl-loop for func in actions
|
||||
if (funcall func buffer alist)
|
||||
return it))
|
||||
(+popup--init popup alist)
|
||||
(with-current-buffer buffer
|
||||
(+popup--init popup alist))
|
||||
(+popup--maybe-select-window popup origin)
|
||||
popup))))
|
||||
|
||||
|
Reference in New Issue
Block a user