mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +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))))))
|
(rename-buffer (substring (buffer-name) 1))))))
|
||||||
(prog1
|
(prog1
|
||||||
(with-local-quit
|
(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
|
;; Hide buffers on other workspaces
|
||||||
(unless exwm-workspace-show-all-buffers
|
(unless exwm-workspace-show-all-buffers
|
||||||
(dolist (pair exwm--id-buffer-alist)
|
(dolist (pair exwm--id-buffer-alist)
|
||||||
|
|
Loading…
Reference in a new issue