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 f0f1905fdf: Prefer NonGNU ELPA in R


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers f0f1905fdf: Prefer NonGNU ELPA in README
Date: Wed, 15 May 2024 09:59:26 -0400 (EDT)

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

    Prefer NonGNU ELPA in README
    
    NonGNU ELPA is included by default in package-archives which makes it
    more accessible to users.  adob is still available in MELPA of course
    so users can grab it from there as well.
---
 README.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 1b26a0be25..a9bc7d464d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # auto-dim-other-buffers.el
 
+[![NonGNU 
ELPA](https://elpa.nongnu.org/nongnu/auto-dim-other-buffers.svg)](https://elpa.nongnu.org/nongnu/auto-dim-other-buffers.html)
 
[![MELPA](https://melpa.org/packages/auto-dim-other-buffers-badge.svg)](https://melpa.org/#/auto-dim-other-buffers)
 
 The `auto-dim-other-buffers-mode` is a global minor mode which makes
@@ -11,28 +12,28 @@ indicator.
 [![Demo](screenshot.gif)](https://www.youtube.com/watch?v=2djOHSWhyD4)
 
 The preferred way to install the mode is by grabbing
-`auto-dim-other-buffers` package form MELPA:
+`auto-dim-other-buffers` package form NonGNU ELPA:
 
     M-x package-install RET auto-dim-other-buffers RET
 
-Once installed, the mode can be turned on (globally) with:
+Once installed, enable the mode 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 it enabled every time Emacs starts, add the following to Emacs
+initialisation file (typically `~/.emacs` or `~/.emacs.d/init.el`):
 
     (add-hook 'after-init-hook (lambda ()
       (when (fboundp 'auto-dim-other-buffers-mode)
         (auto-dim-other-buffers-mode t))))
 
-To configure how dimmed buffers look like, customise
+To configure how dimmed buffers look, customise
 `auto-dim-other-buffers-face`.  This can be accomplished by:
 
     M-x customize-face RET auto-dim-other-buffers-face RET
 
-More customisation can be found in `auto-dim-other-buffers`
-customisation group which can be accessed with:
+More options can be found in `auto-dim-other-buffers` customisation
+group which can be accessed with:
 
     M-x customize-group RET auto-dim-other-buffers RET
 



reply via email to

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