doom-popup-prop => doom-popup-property
Also, new doom-popup-properties function.
This commit is contained in:
parent
65d758ce8f
commit
3dca6d8028
2 changed files with 17 additions and 11 deletions
|
@ -330,7 +330,7 @@ properties."
|
|||
"If current window is a popup, close it. If minibuffer is open, close it. If
|
||||
not in a popup, close all popups with an :autoclose property."
|
||||
(cond ((doom-popup-p)
|
||||
(unless (doom-popup-prop :noesc)
|
||||
(unless (doom-popup-property :noesc)
|
||||
(delete-window)))
|
||||
(t
|
||||
(doom/popup-close-all))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue