Merge pull request #2128 from rgrinberg/fix-typo

config/default: prefix command with +
This commit is contained in:
Henrik Lissner
2019-12-01 05:27:05 -05:00
committed by GitHub

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