diff options
author | fpi | 2020-07-27 11:11:32 +0200 |
---|---|---|
committer | fpi | 2020-07-27 11:13:00 +0200 |
commit | c14e6cbe6cf89151b1b32e0f98512ce646a5ecfb (patch) | |
tree | 410800d9cd38368c94ac83b4c884416032340bc7 | |
parent | Add capture template which gets link title from web (diff) |
Add olivetti mode
-rw-r--r-- | emacs-init.org | 10 |
1 files changed, 10 insertions, 0 deletions
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 |