summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index c78925f..688cd47 100644
--- a/README.org
+++ b/README.org
@@ -65,7 +65,7 @@
#+begin_src elisp
(use-package olivetti
:bind ("C-c f" . olivetti-mode)
- :config
+ :init
(setq-default olivetti-body-width 100)
(add-hook 'org-mode-hook #'olivetti-mode)
(add-hook 'text-mode-hook #'olivetti-mode))