mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
Merge branch 'fjl/read-buffer-to-switch' into externals/exwm
This commit is contained in:
commit
9a262e8221
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ INDEX must not exceed the current number of workspaces."
|
|||
(rename-buffer (substring (buffer-name) 1))))))
|
||||
(prog1
|
||||
(with-local-quit
|
||||
(list (get-buffer (read-buffer "Switch to buffer: " nil t))))
|
||||
(list (get-buffer (read-buffer-to-switch "Switch to buffer: "))))
|
||||
;; Hide buffers on other workspaces
|
||||
(unless exwm-workspace-show-all-buffers
|
||||
(dolist (pair exwm--id-buffer-alist)
|
||||
|
|
Loading…
Reference in a new issue