From b42e526f37276271f1d7ad3d66ccf8ac08dacb24 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Jul 2023 10:24:21 +0100 Subject: set Man-notify-method --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 93341f05..4cdae16f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -173,6 +173,7 @@ windows side-by-side in the frame." ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(Man-notify-method 'aggressive) '(after-save-hook '(executable-make-buffer-file-executable-if-script-p)) '(appt-display-diary nil) '(appt-display-interval 6) -- cgit v1.2.3