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