doom-real-buffer-p: add minibufferp check
This commit is contained in:
parent
6230250f46
commit
2e280171f5
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ popup window/buffer and b) isn't a special buffer."
|
|||
(let ((buf (window-normalize-buffer buffer-or-name)))
|
||||
(or (run-hook-with-args-until-success 'doom-real-buffer-functions buf)
|
||||
(not (or (doom-popup-p buf)
|
||||
(minibufferp buf)
|
||||
(string-match-p "^\\s-*\\*" (buffer-name buf)))))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue