aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2024-05-26 15:02:16 +1000
committerYuchen Pei <id@ypei.org>2024-05-26 15:02:16 +1000
commit112596afc9c185f5b4ce81cd85f6d89794a8c947 (patch)
tree9e3e3ee4bf654480e50c5d01a4678846030502b0 /emacs
parent1c00ea3e5acf6fd36e62cd44e26c388581b70049 (diff)
[emacs] use man instead of woman
woman is unable to render some manuals
Diffstat (limited to 'emacs')
-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)