From c14e6cbe6cf89151b1b32e0f98512ce646a5ecfb Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 27 Jul 2020 11:11:32 +0200 Subject: Add olivetti mode --- emacs-init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index 29df84a..b8cc871 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4615,6 +4615,16 @@ Support for HTML code blocks with proper syntax highlighting. See [[https://gith (advice-add 'eww-display-html :around 'eww-display-html--override-shr-external-rendering-functions)))) #+END_SRC +** Writing Setup +*** Olivetti Mode +#+begin_src emacs-lisp +(use-package olivetti + :straight t + :custom + (olivetti-body-width 0.65) + ;; (olivetti-minimum-body-width 70) + ) +#+end_src ** Email For the setup of external mail specific programs see [[file:mail.org]]. *** Sending mail -- cgit v1.2.3