diff options
author | John Turner <jturner.usa@gmail.com> | 2023-07-16 01:24:15 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-07-16 01:24:15 -0400 |
commit | a2438dabc3a4d90e34ba6a3099994ed50cf0f01e (patch) | |
tree | c0eaa5b4f2f9d59d180908da37c62e92e56824dd /packages/man.el | |
parent | 4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (diff) | |
download | emacs.d-a2438dabc3a4d90e34ba6a3099994ed50cf0f01e.tar.gz |
fixup
Diffstat (limited to 'packages/man.el')
-rw-r--r-- | packages/man.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/man.el b/packages/man.el new file mode 100644 index 0000000..68c2766 --- /dev/null +++ b/packages/man.el @@ -0,0 +1,3 @@ +(use-package man + :custom + (Man-notify-method 'pushy)) |