From 83a10ae1337e5d8b4dc2e7e147031a009905a67b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Nov 2021 19:36:06 -0800 Subject: emacs: configure how to handle man pages --- emacs/custom/fcuny-prog.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el index c6cbdf9..64afcc5 100644 --- a/emacs/custom/fcuny-prog.el +++ b/emacs/custom/fcuny-prog.el @@ -1,5 +1,9 @@ (require 'fcuny-vars) +(use-package man + :init + (setq Man-notify-method 'aggressive)) + (use-package auto-fill :hook (prog-mode . auto-fill-mode) :custom -- cgit v1.2.3