Fix typo
Missing + in function name
This commit is contained in:
parent
6dbf8510c2
commit
296d5aed0f
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@
|
|||
(:prefix-map ("TAB" . "workspace")
|
||||
:desc "Display tab bar" "TAB" #'+workspace/display
|
||||
:desc "Switch workspace" "."
|
||||
(if (featurep! :completion ivy) #'ivy/workspace/switch-to #'+workspace/switch-to)
|
||||
(if (featurep! :completion ivy) #'+ivy/workspace/switch-to #'+workspace/switch-to)
|
||||
:desc "Switch to last workspace" "`" #'+workspace/other
|
||||
:desc "New workspace" "n" #'+workspace/new
|
||||
:desc "Load workspace from file" "l" #'+workspace/load
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue