diff options
| author | BardofSprites <[email protected]> | 2025-07-31 14:46:53 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-31 14:46:53 -0400 |
| commit | 5191a0fde08d79d36b8c54601030befdd9241f77 (patch) | |
| tree | eed8a63d50a9a64c482ed2fc86e668ea20b4a9a5 /bard-emacs-modules/bard-emacs-writing.el | |
| parent | 140b3cf3a1643679df8a944849dcbf75be1fe87d (diff) | |
change olivetti width
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index b428a6a..fd7d1cc 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -186,10 +186,10 @@ (use-package olivetti :ensure t :config - (setq olivetti-minimum-body-width 100) + (setq olivetti-minimum-body-width 90) (setq olivetti-recall-visual-line-mode-entry-state t) :hook - ((olivetti-mode-on . (lambda () (olivetti-set-width 100))) + ((olivetti-mode-on . (lambda () (olivetti-set-width 90))) )) ;; narrowing and focus mode |
