Change the man notify method

This commit is contained in:
qorg11 2022-03-05 02:17:35 +01:00
parent 21a8626525
commit d9ab240331
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -151,6 +151,7 @@ The basic emacs persdonalization lol
(set-cursor-color "purple") (set-cursor-color "purple")
(set-face-background 'line-number "gray3") (set-face-background 'line-number "gray3")
(set-face-background 'line-number-current-line "gray13") (set-face-background 'line-number-current-line "gray13")
(setq-default Man-notify-method 'pushy)
#+END_SRC #+END_SRC
** Highlight matching parentheses ** Highlight matching parentheses
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp