Dim the font color of text in surrounding paragraphs
Go to file
Lars Tveito 35f3cf5d52 Use things as defined in thingatpt as bounds
One can customize what sort of bounds should be used for a mode, where
derived modes are used to generalize. By default text-mode and prog-mode
are defined.
2015-05-17 00:58:20 +02:00
demo-dark.gif Added README 2015-05-12 22:53:05 +02:00
demo-light.gif Added README 2015-05-12 22:53:05 +02:00
focus.el Use things as defined in thingatpt as bounds 2015-05-17 00:58:20 +02:00
README.md Added installation section 2015-05-12 23:31:54 +02:00

Focus

Focus provides focus-mode that dims the text of surrounding paragraphs, similar to iA Writer's Focus Mode.

Installation

This package is still in development, so has not been submitted to Melpa. 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 other than cl-lib which is built in.

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

(require 'focus)

in you Emacs configuration file.

Usage

Enable the mode with M-x focus-mode .

Example

This is what it looks like:

Light Theme (leuven) Dark Theme (monokai)