From 0ef4a3f9e1338848fc49cfab82b9ff606bc82969 Mon Sep 17 00:00:00 2001 From: Alexander Graul Date: Wed, 18 Dec 2024 16:14:57 +0100 Subject: [PATCH] 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. --- modules/completion/vertico/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 0555b58e8..ee98130c8 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -115,7 +115,6 @@ orderless." [remap Info-search] #'consult-info [remap locate] #'consult-locate [remap load-theme] #'consult-theme - [remap man] #'consult-man [remap recentf-open-files] #'consult-recent-file [remap switch-to-buffer] #'consult-buffer [remap switch-to-buffer-other-window] #'consult-buffer-other-window