summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-01 18:23:46 +0200
committerfpi2020-08-01 18:38:01 +0200
commit1c2942bbbb3fcf035fd9788407eeab33673737ae (patch)
treed987072566f69ecc0676937c3d0255794df1a9c8 /emacs-init.org
parentDisable customize based theme loading (diff)
Make olivetti mode scale better in small windows
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 6ab1606..e4ccc74 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -5215,8 +5215,9 @@ temporary buffer is created.
#+begin_src emacs-lisp
(use-package olivetti
:straight t
+ :delight
:custom
- (olivetti-body-width 0.65)
+ (olivetti-body-width 80)
;; (olivetti-minimum-body-width 70)
)
#+end_src