fix(vertico): feature gate embark workspace action
This commit is contained in:
parent
c832eddc9d
commit
9e3a5df15d
1 changed files with 3 additions and 2 deletions
|
@ -169,8 +169,9 @@ overrides `completion-styles' during company completion sessions.")
|
||||||
(nthcdr pos embark-target-finders)))
|
(nthcdr pos embark-target-finders)))
|
||||||
(setq embark-package-map (make-sparse-keymap))
|
(setq embark-package-map (make-sparse-keymap))
|
||||||
(map! (:map embark-file-map
|
(map! (:map embark-file-map
|
||||||
:desc "Open target with sudo" "s" #'doom/sudo-find-file
|
:desc "Open target with sudo" "s" #'doom/sudo-find-file
|
||||||
:desc "Open in new workspace" "TAB" #'+vertico/embark-open-in-new-workspace)
|
(:when (featurep! :ui workspaces)
|
||||||
|
:desc "Open in new workspace" "TAB" #'+vertico/embark-open-in-new-workspace))
|
||||||
(:map embark-package-map
|
(:map embark-package-map
|
||||||
"h" #'doom/help-packages
|
"h" #'doom/help-packages
|
||||||
"b" #'doom/bump-package
|
"b" #'doom/bump-package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue