summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-27 11:11:32 +0200
committerfpi2020-07-27 11:13:00 +0200
commitc14e6cbe6cf89151b1b32e0f98512ce646a5ecfb (patch)
tree410800d9cd38368c94ac83b4c884416032340bc7 /emacs-init.org
parentAdd capture template which gets link title from web (diff)
Add olivetti mode
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org10
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