From 112596afc9c185f5b4ce81cd85f6d89794a8c947 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 26 May 2024 15:02:16 +1000 Subject: [emacs] use man instead of woman woman is unable to render some manuals --- emacs/.emacs.d/init/ycp-help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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) -- cgit v1.2.3