diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-prog.el | 4 |
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 |