[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-modern a2deeae174 014/105: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-modern a2deeae174 014/105: Update README.md |
Date: |
Tue, 15 Apr 2025 13:00:46 -0400 (EDT) |
branch: externals/org-modern
commit a2deeae174a189cdb7b554a320b778bf62b518cf
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 6ef277b973..9313ca18d1 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# org-modern-indent
-`org-modern` and `org-indent`, working together
+Modern block styling with `org-indent`.
-[`org-modern`](https://github.com/minad/org-modern) provides a clean and
efficient org style. The blocks (e.g. source, example) are particularly nice.
But when `org-indent` is enabled, the block "bracket", which uses the fringe,
is disabled.
+[`org-modern`](https://github.com/minad/org-modern) provides a clean and
efficient org style. The blocks (e.g. source, example) are particularly nice.
But when `org-indent` is enabled, the block "bracket", which uses the fringe
area, is disabled.
-This small package reproduces the block styling of `org-modern`, even when
`org-indent` is enabled.
+This small package reproduces the block styling of `org-modern` when using
`org-indent`:
<p align="center">
<img
src=https://user-images.githubusercontent.com/93749/172438142-d4090856-dea8-43d0-a68a-bba29198575f.png>
@@ -11,7 +11,9 @@ This small package reproduces the block styling of
`org-modern`, even when `org-
## Notes
-This package is only for users of `org-indent-mode`, and will enable indent if
not set. Non-zero `line-spacing` will introduce gaps between the block bracket
characters. Can be used _with or without_ `org-modern`.
+- This package is only for users of `org-indent-mode`, and will _enable_
org-indent if it is not already.
+- Can be used _with or without_ `org-modern`.
+- Non-zero `line-spacing` will introduce gaps between the block bracket
characters.
## Configure
@@ -21,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-modern-mode . org-modern-indent-mode))
+ (org-mode . org-modern-indent-mode))
```
## Related packages
- [elpa] externals/org-modern 20a99f67e9 044/105: README: improve block alignment suggestions, (continued)
- [elpa] externals/org-modern 20a99f67e9 044/105: README: improve block alignment suggestions, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 8710dada43 092/105: beg-end: simplify skipping post-blank lines, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 17068a51dc 047/105: refresh timer: run-at-time instead of idle, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern b8f3b2e476 081/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 52b46c6ecd 080/105: Merge pull request #19 from btobolaski/patch-1, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern fe226e8bc1 104/105: Move README indent section, do not yet bump version, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern a462be576c 101/105: Merge org-modern-indent README and ChangeLog into org-modern's, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern e436abc3d4 009/105: Treat quote and verse blocks as well, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 4e71fd3069 007/105: Discuss line-spacing and need for indent, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 9bbe591c58 008/105: Store set-line-properties function def on load, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern a2deeae174 014/105: Update README.md,
ELPA Syncer <=
- [elpa] externals/org-modern a5ed40c3ab 015/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern d36dc621d8 021/105: Handle markup for block insertion correctly, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern b14f01e926 035/105: org-indent refresh watching added, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 308027fb03 027/105: Do not re-indent entire buffer on mode start/stop, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 85f95d093d 054/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern f1033a3ffa 052/105: Bump version, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 7c07c47cc5 055/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern c8671f2af0 067/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 3793964555 078/105: Update README.md, ELPA Syncer, 2025/04/15
- [elpa] externals/org-modern 24ce7f35f7 076/105: Make `org-indent` requirement more prominent, ELPA Syncer, 2025/04/15