From 296d5aed0fb5246dc248703f2da90cde909414a0 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Sun, 1 Dec 2019 17:24:47 +0700 Subject: [PATCH] Fix typo Missing + in function name --- modules/config/default/+evil-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 599985089..1282622c0 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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