~swflint/time-block-command

351d984ad76a41977705868060f275a2fe5f13b0 — Samuel W. Flint 2 years ago 2b4795f
Add Melpa notes
1 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +5 -2
@@ 1,5 1,7 @@
# time-block

[![MELPA](https://melpa.org/packages/time-block-badge.svg)](https://melpa.org/#/time-block)

A method for blocking access to emacs commands based on time.

## Installation


@@ 7,8 9,9 @@ A method for blocking access to emacs commands based on time.
This package requires [`ts.el`](https://github.com/alphapapa/ts.el) to
handle time parsing.

Download `time-block.el` to somewhere on your `load-path` and
load with `(require 'time-block)`.
Download `time-block.el` to somewhere on your `load-path` and load
with `(require 'time-block)`.  It is also available on
[MELPA](https://melpa.org/#/time-block).

## Usage