branch: externals/org-modern
commit 2478748a91efb2e93a52521a285616c1926a69f0
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update README
---
 README.org | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/README.org b/README.org
index 48c3878b2b..8215cd7c18 100644
--- a/README.org
+++ b/README.org
@@ -4,34 +4,35 @@
 
 #+html: <a href="https://www.gnu.org/software/emacs/";><img alt="GNU Emacs" 
src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
 
-This package implements a modern looks for your Org buffers using font locking
+This package implements a "modern" style for your Org buffers using font 
locking
 and display properties. The package styles headlines, keywords, tables and
 source blocks. The styling is configurable, you can enable, disable or modify
 the style of each syntax element individually. Take a look at the =org-modern=
 customization group.
 
-The tag style of =org-modern= is a poor Emacsien's ripoff from the style of
-Nicholas Rougier's beautiful 
[[https://github.com/rougier/svg-tag-mode][svg-tag-mode]]. In contrast to 
=svg-tag-mode=, this
-package avoids images and uses cheap and fast Emacs box display properties.
-Unfortunately this significantly restricts the flexibility in styling and may
-lead to font-dependent issues. We do our best, but for example we cannot get
+The tag style of =org-modern= is a poor Emacsien's ripoff from Nicholas 
Rougier's
+beautiful [[https://github.com/rougier/svg-tag-mode][svg-tag-mode]]. In 
contrast to =svg-tag-mode=, this package avoids images
+and uses cheap and fast Emacs box display properties. Unfortunately this
+significantly restricts the flexibility in styling and may lead to
+font-dependent issues. We do our best, but for example there is no way we can
 round corners. Of course a combination of =org-modern= with =svg-tag-mode= is
 possible. You can use SVG tags and use the table and block styling from
-=org-modern=. If you are interested in further tweaks, there exists also the
-=prettify-symbols-mode= which can be used for individual styling of custom
+=org-modern=. If you are interested in further tweaks, Emacs comes with the
+builtin =prettify-symbols-mode= which can be used for individual styling of 
custom
 keywords.
 
 Another very popular alternative is 
[[https://github.com/integral-dw/org-superstar-mode][org-superstar]], which has 
a more restricted
-feature set and mainly styles headlines and lists. In contrast to =org-modern=,
-which uses display properties, =org-superstar= relies on character composition,
-which is considered less future-proof.
+feature set and mainly adjusts headlines and lists. =org-superstar= relies on
+character composition, while =org-modern= uses display properties, which are
+considered more future-proof.
 
-This is how the [[file:example.org][example.org]] looks with =org-modern= and 
the [[https://protesilaos.com/emacs/modus-themes][modus-themes]]:
+This is a screenshot of [[file:example.org][example.org]] with =org-modern= 
turned on and off. The theme
+is [[https://protesilaos.com/emacs/modus-themes][modus-operandi]].
 
 [[https://github.com/minad/org-modern/blob/screenshots/example.gif?raw=true]]
 
-Enable manually by invoking =org-modern-mode= or add the mode to your Org mode
-hook list.
+=org-modern= can be enabled manually by invoking =M-x org-modern-mode=. In 
order to
+enable =org-mode= for all your Org buffers, add =org-modern-mode= to the Org 
hook list.
 
 #+begin_src emacs-lisp
 (add-hook 'org-mode-hook #'org-modern-mode)

Reply via email to