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

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

[nongnu] elpa/auto-dim-other-buffers 8b1d8803b5 43/82: Fix Markdown form


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 8b1d8803b5 43/82: Fix Markdown formatting in README file
Date: Mon, 12 Dec 2022 20:58:42 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 8b1d8803b5e64390d2004fe6dd21c756131551e7
Author: Michal Nazarewicz <mina86@mina86.com>
Commit: Michal Nazarewicz <mina86@mina86.com>

    Fix Markdown formatting in README file
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0b19aa2ebd..f0c6234bc7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # auto-dim-other-buffers.el
 
-The `auto-dim-other-buffers-mode' is a global minor mode which
+The `auto-dim-other-buffers-mode` is a global minor mode which
 makes non-current buffer less prominent making it more apparent
 which window has a focus.
 
@@ -15,8 +15,8 @@ Once installed, the mode can be turned on (globally) with:
 
     M-x auto-dim-other-buffers-mode RET
 
-To make the mode enabled every time Emacs starts, add the following
-to Emacs initialisation file (~/.emacs or ~/.emacs.d/init.el):
+To make the mode enabled every time Emacs starts, add the following to
+Emacs initialisation file (`~/.emacs` or `~/.emacs.d/init.el`):
 
     (add-hook 'after-init-hook (lambda ()
       (when (fboundp 'auto-dim-other-buffers-mode)



reply via email to

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