aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-help.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-help.el')
-rw-r--r--emacs/.emacs.d/init/ycp-help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-help.el b/emacs/.emacs.d/init/ycp-help.el
index 3503a6d..5cbbed0 100644
--- a/emacs/.emacs.d/init/ycp-help.el
+++ b/emacs/.emacs.d/init/ycp-help.el
@@ -81,7 +81,7 @@
(my-package my-help
(:delay 10)
(my-keybind global-map
- "C-h M" #'my-woman-man
+ "C-h M" #'man
"C-h i" #'my-info-display-manual
"C-h ." #'my-describe-symbol-at-point
"\C-h!" #'my-external-command-open-source)