diff options
| -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  | 
