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

    Mention :straight/:load-path and related packages
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 92b5fba2e7..6ef277b973 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,14 @@ Be sure to enable `org-indent` (see `org-startup-indented`).
 
 ```elisp
 (use-package org-modern-indent
+  ;; :straight or :load-path here, to taste
   :hook
   (org-modern-mode . org-modern-indent-mode))
 ```
+
+## Related packages
+
+- [`org-modern`](https://github.com/minad/org-modern): A modern org styling.  
Works best without org-indent.
+- 
[`org-bullets`](https://github.com/sabof/org-bullets/blob/master/org-bullets.el):
 Unicode heading bullet replacement.
+- [`org-superstar`](https://github.com/integral-dw/org-superstar-mode): 
Prettify headings and plain lists.
+- [`nano-emacs`](https://github.com/rougier/nano-emacs): Beautiful and simple 
SVG-based theme for much of emacs, including org. 

Reply via email to