branch: externals/org-modern commit 24ce7f35f764de6da3cda72f8eaa4d8a9b70fdf5 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Make `org-indent` requirement more prominent --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec1aff4b9..d144bddc1d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ This small package approximately reproduces the block styling of `org-modern` wh :config ; add late to hook (add-hook 'org-mode-hook #'org-modern-indent-mode 90)) ``` -Also, be sure to enable `org-indent` (see the variable `org-startup-indented`). + +>[!IMPORTANT] +> `org-modern-indent` uses and expects `org-indent` is enabled to achieve its formatting. To activate `org-indent-mode` by default in all org files, set `org-startup-indented=t`. ## Hints