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 | |
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')
-rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 2 | ||||
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-gnus.el | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/emacs/.emacs.d/lisp/my/my-gnus.el b/emacs/.emacs.d/lisp/my/my-gnus.el index 14dff82..6a2142b 100644 --- a/emacs/.emacs.d/lisp/my/my-gnus.el +++ b/emacs/.emacs.d/lisp/my/my-gnus.el @@ -162,7 +162,7 @@ The archiving target comes from `my-gnus-group-alist'." "The default inbox to be opened with `my-gnus-open-inbox'.") (defun my-gnus-open-inbox () (interactive) - (gnus-group-read-group t t my-gnus-inbox-group)) + (gnus-group-read-group 200 t my-gnus-inbox-group)) (defun my-gnus-start () (interactive) |