summaryrefslogtreecommitdiff
path: root/config/man
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2022-07-03 23:50:48 -0400
committerJohn Turner <jturner.usa@gmail.com>2022-07-03 23:50:48 -0400
commita3d4916c40a3ec1d5a4d51502d89619434ea3ce7 (patch)
tree064f8e743e79ba44c50fc1ad98d498683d023e80 /config/man
parentfa40958eae28183d397fb502d7caa27c3c8fcc62 (diff)
downloademacs.d-a3d4916c40a3ec1d5a4d51502d89619434ea3ce7.tar.gz
restored man config module
Diffstat (limited to 'config/man')
-rw-r--r--config/man/config-man.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/man/config-man.el b/config/man/config-man.el
new file mode 100644
index 0000000..b4c5060
--- /dev/null
+++ b/config/man/config-man.el
@@ -0,0 +1,3 @@
+(setq Man-notify-method 'pushy)
+
+(provide 'config-man)