diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-11-15 19:36:06 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-11-15 19:36:06 -0800 |
| commit | 83a10ae1337e5d8b4dc2e7e147031a009905a67b (patch) | |
| tree | 96c5ee054d2c7ee84d28d606e06671821bea1b1f /emacs/custom | |
| parent | emacs: add buffer configuration for man pages (diff) | |
| download | emacs.d-83a10ae1337e5d8b4dc2e7e147031a009905a67b.tar.gz | |
emacs: configure how to handle man pages
Diffstat (limited to '')
| -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 |
