mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
selectrum: remove some bindings
- the embark actions use packages that aren't installed or don't work - the selectrum minibuffer bindings use the super key, which will probably conflict with tiling window managers
This commit is contained in:
@ -148,9 +148,7 @@
|
||||
(nthcdr pos embark-target-finders)))
|
||||
(map!
|
||||
:map embark-file-map
|
||||
:desc "Open Dired on target" "j" #'ffap-dired
|
||||
:desc "Open target with sudo" "s" #'doom/sudo-find-file
|
||||
:desc "Open target with vlf" "l" #'vlf)
|
||||
:desc "Open target with sudo" "s" #'doom/sudo-find-file)
|
||||
(setq embark-package-map (make-sparse-keymap))
|
||||
(map! :map embark-package-map
|
||||
"h" #'doom/help-packages
|
||||
|
Reference in New Issue
Block a user