mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-05 16:37:39 -04:00
man: limit line width
This commit is contained in:
parent
6aba44db51
commit
cb40ab046b
4
init.el
4
init.el
@ -104,6 +104,10 @@
|
|||||||
'magit-insert-submodules
|
'magit-insert-submodules
|
||||||
'magit-insert-unpulled-from-upstream))
|
'magit-insert-unpulled-from-upstream))
|
||||||
|
|
||||||
|
(use-package man
|
||||||
|
:defer t
|
||||||
|
:config (setq Man-width 80))
|
||||||
|
|
||||||
(use-package paren
|
(use-package paren
|
||||||
:config (show-paren-mode))
|
:config (show-paren-mode))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user