mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(vertico): signature for +vertico/switch-workspace-buffer
An unused argument I forgot to remove.
Amend: 81629dc2ad
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
|
||||
(autoload 'consult--multi "consult")
|
||||
;;;###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.
|
||||
|
||||
Type the workspace's number (starting from 1) followed by a space to display its
|
||||
|
Reference in New Issue
Block a user