diff options
| author | fpi | 2020-08-01 18:23:46 +0200 | 
|---|---|---|
| committer | fpi | 2020-08-01 18:38:01 +0200 | 
| commit | 1c2942bbbb3fcf035fd9788407eeab33673737ae (patch) | |
| tree | d987072566f69ecc0676937c3d0255794df1a9c8 | |
| parent | Disable customize based theme loading (diff) | |
Make olivetti mode scale better in small windows
| -rw-r--r-- | emacs-init.org | 3 | 
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  | 
