diff options
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index 667e2faecaa0..905a1e3c99dd 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -381,9 +381,7 @@ selected by `other-buffer'." (run-with-idle-timer 0.01 nil ;FIXME (lambda () (when (< 1 (window-height (minibuffer-window))) - (exwm-layout--refresh)))) - ;; Set input focus on the Emacs frame - (x-focus-frame (window-frame (minibuffer-selected-window))))) + (exwm-layout--refresh)))))) (defun exwm-layout--on-echo-area-change (&optional dirty) "Run when message arrives or in `echo-area-clear-hook' to refresh layout." |