From 78b85b8a72bd33ceda8071df37b3243907b633f1 Mon Sep 17 00:00:00 2001 From: 45mm <45mm.cartridge421@slmail.me> Date: Mon, 5 Feb 2024 16:40:47 +0530 Subject: [PATCH] fix(vertico): mapping for embark open in workspace We should always bind to both "TAB" and "" - if they have been mapped to different commands anywhere, Emacs will no longer treat them as equivalent. --- modules/completion/vertico/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 59c8d284d..44d853b80 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -304,7 +304,8 @@ orderless." (:when (modulep! :tools magit) :desc "Open magit-status of target" "g" #'+vertico/embark-magit-status) (:when (modulep! :ui workspaces) - :desc "Open in new workspace" "TAB" #'+vertico/embark-open-in-new-workspace)))) + :desc "Open in new workspace" "TAB" #'+vertico/embark-open-in-new-workspace + :desc "Open in new workspace" "" #'+vertico/embark-open-in-new-workspace)))) (use-package! marginalia