subtree(3p/exwm): update to EXWM 0.30

Merge commit '3e6bfe36af' into HEAD

Change-Id: Ieebca600b409765d9109fd2b718bd74e533c12e1
This commit is contained in:
Vincent Ambo 2024-06-10 10:51:47 +03:00
commit 179a4e36d7
8 changed files with 60 additions and 73 deletions

View file

@ -1257,12 +1257,10 @@ ALIST is an action alist, as accepted by function `display-buffer'."
;; fail to retrieve the correct window. It's likely there are
;; other related issues.
;; This is not required by Emacs 24.
(when (fboundp 'window-preserve-size)
(let ((window (get-buffer-window "*Completions*"
exwm-workspace--current)))
(when window
(fit-window-to-buffer window)
(window-preserve-size window)))))
(let ((window (get-buffer-window "*Completions*" exwm-workspace--current)))
(when window
(fit-window-to-buffer window)
(window-preserve-size window))))
(defun exwm-workspace--on-minibuffer-exit ()
"Run in `minibuffer-exit-hook' to hide the minibuffer container."