diff options
author | Raul Benencia <id@rbenencia.name> | 2022-10-08 07:47:28 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-10-08 07:47:28 -0700 |
commit | 5df11355de7cf24701ef94f00b9998f5bbbc5b34 (patch) | |
tree | 9a44e6750ede2dcf480d6a3776a456ebf6175006 /.emacs.local.d/modes | |
parent | bc8e2e19a844bc546b54745aa10a8452b5681cdc (diff) |
emacs: set olivetti-body-width
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/writeroom.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/writeroom.el b/.emacs.local.d/modes/writeroom.el index ba700a1..50780cc 100644 --- a/.emacs.local.d/modes/writeroom.el +++ b/.emacs.local.d/modes/writeroom.el @@ -25,3 +25,10 @@ (normal-mode) (variable-pitch-mode) (variable-pitch-mode))))))))) + +(use-package olivetti + :defer t + :config + (setq + olivetti-body-width 86 + )) |