[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 @@
+[](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
- [nongnu] branch elpa/focus created (now 704db49988), ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus fbeecfc8ca 08/82: Added README, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 10b44de510 07/82: Docstring update, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 6040c744cc 02/82: Made custom search functions that saves excursion, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 4846438e3f 41/82: Merge branch 'read-only', ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 60f460b5be 28/82: Simplified installation,
ELPA Syncer <=
- [nongnu] elpa/focus 236c002b57 14/82: Tweaking sizes, trying max-with, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus ab42b87799 68/82: Fix buffer-local variables definition, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 9defce6158 10/82: Place the gif's side by side, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 03e3cbc566 05/82: Documented every function/variable, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 497d13d758 32/82: Added functions for jumping between things, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 307df45c69 51/82: Fix #5, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 3013760ef0 12/82: Resizing did not work, retry!, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus ff93c948da 26/82: Added defgroup, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 6a6da19b00 09/82: Fixed image names, ELPA Syncer, 2022/09/06
- [nongnu] elpa/focus 741a945866 55/82: Merge branch 'syohex-cl-lib', ELPA Syncer, 2022/09/06