branch: externals/org-modern commit e118f7edf011a6e3df0ca21f0762ced399f3683e Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc51da40ce..8c8389ac9a 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Be sure to enable `org-indent` (see `org-startup-indented`). (org-mode . org-modern-indent-mode)) ``` -The default `fixed-pitch` font on Mac (and perhaps elsewhere) has line spacing >1.0, introducing gaps _even if you change the default font_. To correct it, add: +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: ```elisp (set-face-attribute 'fixed-pitch nil :family "Hack" :height 1.0) ; or whatever font family ``` -Optional, if you want to use org-modern too: +Optionally, if you want to use org-modern too: ```elisp (use-package org-modern @@ -43,6 +43,7 @@ Optional, if you want to use org-modern too: (org-mode . org-modern-mode) (org-agenda-finalize . org-modern-agenda)) ``` + Also optional; use org-bullets instead for nicely aligned bullet stars. ```elisp @@ -52,7 +53,6 @@ Also optional; use org-bullets instead for nicely aligned bullet stars. :hook org-mode) ``` - ## Related packages - [`org-modern`](https://github.com/minad/org-modern): A modern org styling. Works best without org-indent.