nit(vertico): lint embark-file-map bindings
This commit is contained in:
parent
09add70efd
commit
6d31e392cd
1 changed files with 2 additions and 2 deletions
|
@ -205,11 +205,11 @@ orderless."
|
|||
("u" doom/help-package-homepage))
|
||||
(setf (alist-get 'package embark-keymap-alist) #'+vertico/embark-doom-package-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
|
||||
(:when (featurep! :tools magit)
|
||||
:desc "Open magit-status of target" "g" #'+vertico/embark-magit-status)
|
||||
(:when (featurep! :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))))
|
||||
|
||||
|
||||
(use-package! marginalia
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue