branch: externals/org-modern
commit baad0b6bde1b39568ad27b7f7c9b510087684b28
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    Docs: hook to org-indent-mode instead of org-mode
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8c8389ac9a..2f3a472438 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Be sure to enable `org-indent` (see `org-startup-indented`).
 (use-package org-modern-indent
   ;; :straight or :load-path here, to taste
   :hook
-  (org-mode . org-modern-indent-mode))
+  (org-indent-mode . org-modern-indent-mode))
 ```
 
 The default `fixed-pitch` font (from which `org-meta-line` inherits) has line 
spacing >1.0 on some systems. This will introduce gaps _even if your default 
font is changed_, and `line-space` is nil.  To correct it, add: 

Reply via email to