From d9ab2403316996ffc3f1d2915e882b09c6390817 Mon Sep 17 00:00:00 2001 From: qorg11 <nbome@riseup.net> Date: Sat, 5 Mar 2022 02:17:35 +0100 Subject: [PATCH] Change the man notify method --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 9b7793f..18368d4 100644 --- a/config.org +++ b/config.org @@ -151,6 +151,7 @@ The basic emacs persdonalization lol (set-cursor-color "purple") (set-face-background 'line-number "gray3") (set-face-background 'line-number-current-line "gray13") + (setq-default Man-notify-method 'pushy) #+END_SRC ** Highlight matching parentheses #+BEGIN_SRC emacs-lisp