Switch to manpage after displaying it

I usually want to search in manpages and switch to them anyway, so we can as well make it the
default.
This commit is contained in:
Daniel Borchmann 2025-11-01 09:27:10 +01:00
parent ce4cb798fc
commit 32548786b1
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -298,7 +298,8 @@
("Files" (filename . ".*"))))))
(use-package man
:init (setopt Man-switches "-a"))
:init (setopt Man-switches "-a"
Man-notify-method 'aggressive))
(use-package minibuffer
:bind (:map minibuffer-mode-map