diff options
author | Yuchen Pei <id@ypei.org> | 2025-02-02 13:16:54 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-02-02 13:16:54 +1100 |
commit | da8556d9b7fa76c7d23e5b98262151adea7a99cd (patch) | |
tree | f4964196f84861e1f1a6e0d35bb9f1b693594e02 /emacs/.emacs.d/init/ycp-org.el | |
parent | dbcd6d2015627485e4d79a04404d8615b58303a0 (diff) |
[emacs] Use man instead of woman for org manpage links
And avoid questions from my-gnus-inbox-group about how many messages
to show.
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 6385a46..43ae6cb 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -450,7 +450,7 @@ ;; org man links (my-package ol-man (:delay 30) - (setq org-man-command 'woman)) + (setq org-man-command 'man)) (my-package ol (:delay 10) |