diff options
author | John Turner <jturner.usa@gmail.com> | 2022-07-03 23:50:48 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-07-03 23:50:48 -0400 |
commit | a3d4916c40a3ec1d5a4d51502d89619434ea3ce7 (patch) | |
tree | 064f8e743e79ba44c50fc1ad98d498683d023e80 /config/man/config-man.el | |
parent | fa40958eae28183d397fb502d7caa27c3c8fcc62 (diff) | |
download | emacs.d-a3d4916c40a3ec1d5a4d51502d89619434ea3ce7.tar.gz |
restored man config module
Diffstat (limited to 'config/man/config-man.el')
-rw-r--r-- | config/man/config-man.el | 3 |
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) |