fix(vertico): signature for +vertico/switch-workspace-buffer
An unused argument I forgot to remove.
Amend: 81629dc2ad
This commit is contained in:
parent
a831946afb
commit
89deac190d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue