fix(vertico): signature for +vertico/switch-workspace-buffer

An unused argument I forgot to remove.

Amend: 81629dc2ad
This commit is contained in:
Henrik Lissner 2022-02-17 21:17:39 +01:00
parent a831946afb
commit 89deac190d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -51,7 +51,7 @@
(autoload 'consult--multi "consult") (autoload 'consult--multi "consult")
;;;###autoload ;;;###autoload
(defun +vertico/switch-workspace-buffer (buffers &optional force-same-workspace) (defun +vertico/switch-workspace-buffer (&optional force-same-workspace)
"Switch to another buffer in the same workspace. "Switch to another buffer in the same workspace.
Type the workspace's number (starting from 1) followed by a space to display its Type the workspace's number (starting from 1) followed by a space to display its