mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(vertico): lint embark-file-map bindings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user