branch: externals/org-modern
commit a3e8b44837b5c22d3c76900a9867d813b7969a5e
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4635764eac..51773450bc 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,12 @@ Be sure to enable `org-indent` (see `org-startup-indented`).
(org-mode . org-modern-indent-mode))
```
+The default `fixed-pitch` font on Mac has line spacing >1.0, introducing gaps
_even if you change the default font_. To correct it:
+
+```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:
```elisp
@@ -37,7 +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 nice bullet stars.
+Also optional; use org-bullets instead for nicely aligned bullet stars.
```elisp
(use-package org-bullets-mode