branch: externals/org-modern commit edbab4a407b7ebf98b8de5fa750971854cbcd820 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51773450bc..cc51da40ce 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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: +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: ```elisp (set-face-attribute 'fixed-pitch nil :family "Hack" :height 1.0) ; or whatever font family