mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Simplified installation
This commit is contained in:
parent
01a7a95334
commit
60f460b5be
22
README.md
22
README.md
@ -1,29 +1,15 @@
|
|||||||
|
[![MELPA](http://melpa.org/packages/focus-badge.svg)](http://melpa.org/#/focus)
|
||||||
# Focus
|
# Focus
|
||||||
|
|
||||||
Focus provides `focus-mode` that dims the text of surrounding sections, similar to [iA Writer's](https://ia.net/writer) Focus Mode.
|
Focus provides `focus-mode` that dims the text of surrounding sections, similar to [iA Writer's](https://ia.net/writer) Focus Mode.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
This package is still in development, so has not been submitted to
|
You can install Focus using elpa. It's available on [melpa](http://melpa.milkbox.net/):
|
||||||
[Melpa](http://melpa.org/). This section will be simplified when (or if) the
|
|
||||||
package is added to Melpa.
|
|
||||||
|
|
||||||
The mode has only been tested with Emacs 24.4 and 24.5. It has no dependencies
|
<kbd> M-x package-install focus </kbd>
|
||||||
other than `cl-lib` which is built in.
|
|
||||||
|
|
||||||
To install the Emacs extension just download the `focus.el`
|
The package has only been tried on Emacs 24.4 and 24.5, but should work on Emacs 24 or higher.
|
||||||
|
|
||||||
```
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user