Skip to content

Commit cd395ea

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 9dfaa28 + 03d692f commit cd395ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/completion/vertico/autoload/workspaces.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ buffer will be opened in the current workspace instead."
8686
(funcall consult--buffer-display (car buffer)))))))
8787

8888
;;;###autoload
89-
(defun +vertico/embark-open-in-new-workspace (x)
90-
"Open X (a file) in a new workspace."
91-
(interactive)
89+
(defun +vertico/embark-open-in-new-workspace (file)
90+
"Open file in a new workspace."
91+
(interactive "GFile:")
9292
(+workspace/new)
93-
(find-file x))
93+
(find-file file))

0 commit comments

Comments
 (0)