summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--init.el2
2 files changed, 2 insertions, 2 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))
diff --git a/init.el b/init.el
index 07ebe47..e224bb0 100644
--- a/init.el
+++ b/init.el
@@ -39,7 +39,7 @@
(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))