emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode 07ac0c12d3 176/199: Tweak the README


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 07ac0c12d3 176/199: Tweak the README
Date: Sun, 3 Sep 2023 06:59:44 -0400 (EDT)

branch: elpa/adoc-mode
commit 07ac0c12d318d3242a6452824a4f90f20d5ab96c
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak the README
---
 README.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index b4e3f8725d..c5119a31af 100644
--- a/README.adoc
+++ b/README.adoc
@@ -73,7 +73,7 @@ Alternative, you can add something like this to your Emacs 
config:
   (package-install 'adoc-mode))
 ----
 
-or if you're into use-package
+or if you're into `use-package`:
 
 [source,emacs-lisp]
 ----
@@ -97,7 +97,7 @@ or if you're into use-package
   `buffer-face-mode` is for you: `(add-hook 'adoc-mode-hook (lambda()
   (buffer-face-mode t)))`
 
-=== Customization
+=== Syntax Highlighting Customization
 
 It is possible to customize the way `adoc-mode` renders different text
 elements (faces) like section titles, text or punctuation styles. For
@@ -105,13 +105,13 @@ example, if you would like a level 1 section title to 
have a different
 text color or height you can achieve this by using standard Emacs
 functionality.
 
-First of all, list all available faces by running 
+First of all, list all available faces by running
 
 kbd:[M-x] `list-faces-display`
 
 and searching for lines with the `adoc-` prefix.
 
-Alternatively, you can get information about the face under point by calling 
+Alternatively, you can get information about the face under point by calling
 
 kbd:[M-x] `describe-face`
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]