summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-11-15 19:36:06 -0800
committerFranck Cuny <franck@fcuny.net>2021-11-15 19:36:06 -0800
commit83a10ae1337e5d8b4dc2e7e147031a009905a67b (patch)
tree96c5ee054d2c7ee84d28d606e06671821bea1b1f /emacs
parentemacs: add buffer configuration for man pages (diff)
downloademacs.d-83a10ae1337e5d8b4dc2e7e147031a009905a67b.tar.gz
emacs: configure how to handle man pages
Diffstat (limited to 'emacs')
-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