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

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

[nongnu] elpa/focus 60f460b5be 28/82: Simplified installation


From: ELPA Syncer
Subject: [nongnu] elpa/focus 60f460b5be 28/82: Simplified installation
Date: Tue, 6 Sep 2022 04:58:55 -0400 (EDT)

branch: elpa/focus
commit 60f460b5be85516e1014b320381f3934fbcf2d7f
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Simplified installation
---
 README.md | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 0b1196c8e5..dc2e1ddb20 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,15 @@
+[![MELPA](http://melpa.org/packages/focus-badge.svg)](http://melpa.org/#/focus)
 # Focus
 
 Focus provides `focus-mode` that dims the text of surrounding sections, 
similar to [iA Writer's](https://ia.net/writer) Focus Mode.
 
 ## Installation
 
-This package is still in development, so has not been submitted to
-[Melpa](http://melpa.org/). This section will be simplified when (or if) the
-package is added to Melpa.
+You can install Focus using elpa. It's available on 
[melpa](http://melpa.milkbox.net/):
 
-The mode has only been tested with Emacs 24.4 and 24.5. It has no dependencies
-other than `cl-lib` which is built in.
+<kbd> M-x package-install focus </kbd>
 
-To install the Emacs extension just download the `focus.el`
-
-```
-git clone git@github.com:larstvei/Focus.git
-```
-
-and store `focus.el` it somewhere in your `load-path`. To use it you can put
-
-```emacs-lisp
-(require 'focus)
-```
-
-in you Emacs configuration file.
+The package has only been tried on Emacs 24.4 and 24.5, but should work on 
Emacs 24 or higher.
 
 ## Usage
 



reply via email to

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