From 32548786b10831cc1b12bb7d6d8f7932be287212 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 1 Nov 2025 09:27:10 +0100 Subject: [PATCH] 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. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a444285..a702da4 100644 --- a/init.el +++ b/init.el @@ -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