mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(vertico): remove consult-man remapping
consult-man is not a good drop-in replacement for man. consult-man searches man pages and descriptions (like the apropos program). The original man function lets the user pick a man page from the list of man pages.
This commit is contained in:
committed by
Henrik Lissner
parent
4f8a8e05e9
commit
0ef4a3f9e1
@ -115,7 +115,6 @@ orderless."
|
|||||||
[remap Info-search] #'consult-info
|
[remap Info-search] #'consult-info
|
||||||
[remap locate] #'consult-locate
|
[remap locate] #'consult-locate
|
||||||
[remap load-theme] #'consult-theme
|
[remap load-theme] #'consult-theme
|
||||||
[remap man] #'consult-man
|
|
||||||
[remap recentf-open-files] #'consult-recent-file
|
[remap recentf-open-files] #'consult-recent-file
|
||||||
[remap switch-to-buffer] #'consult-buffer
|
[remap switch-to-buffer] #'consult-buffer
|
||||||
[remap switch-to-buffer-other-window] #'consult-buffer-other-window
|
[remap switch-to-buffer-other-window] #'consult-buffer-other-window
|
||||||
|
Reference in New Issue
Block a user