Missing + in function name
This commit is contained in:
Rudi Grinberg 2019-12-01 17:24:47 +07:00
parent 6dbf8510c2
commit 296d5aed0f

View file

@ -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