diff options
| author | bard <[email protected]> | 2024-02-01 06:01:24 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-02-01 06:01:24 -0500 |
| commit | 85cf3f871dca9ae81b40dfd3464b5df08ebc1c61 (patch) | |
| tree | 84ec1e76520957bd4fa83adc1f7ec6175565ac3c /bard-emacs-modules/bard-emacs-ui.el | |
| parent | 61c4383d459b5dee0fcd38ed3491378ebebbb394 (diff) | |
fix olivetti
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index a2ce154..dfed7fb 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -109,8 +109,8 @@ "Distraction-free writing environment" (if (equal olivetti-mode nil) (progn - (fontaine-set-preset 'prose) - (setq olivetti-body-width 75) + (fontaine-set-preset 'large) + (setq olivetti-body-width 80) (set-fringe-mode 0) (olivetti-mode t)) (progn |
