Reduce olivetti-minimum-body-width to match text-mode fill-column
This commit is contained in:
parent
96ae45c453
commit
27bb21de33
2
init.el
2
init.el
|
@ -143,7 +143,7 @@
|
||||||
:hook (text-mode)
|
:hook (text-mode)
|
||||||
:custom
|
:custom
|
||||||
(olivetti-style nil)
|
(olivetti-style nil)
|
||||||
(olivetti-minimum-body-width 120))
|
(olivetti-minimum-body-width 100))
|
||||||
|
|
||||||
(use-package tramp
|
(use-package tramp
|
||||||
:defines (tramp-remote-path tramp-default-proxies-alist)
|
:defines (tramp-remote-path tramp-default-proxies-alist)
|
||||||
|
|
Loading…
Reference in a new issue