summary refs log tree commit diff
path: root/emacs/custom/fcuny-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/fcuny-prog.el')
-rw-r--r--emacs/custom/fcuny-prog.el4
1 files changed, 4 insertions, 0 deletions
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