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
commit 732d35071c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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