Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed Jan 8, 2010
1 parent ce2320c commit e4df396
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ Keats is really two modes. One major and one minor. Read below for
more information.

## Keats Mode
This is the minor mode and can control the keats with keybindings
without opening another buffer.

Add keats to Emacs load-path
(add-to-list 'load-path "/path/to/directory/or/file")

Then require keats
(require 'keats)

## Keats Interactive Mode
The major mode opens a buffer with keats. This mode is easier to work
with, specially if you want to add, edit or remove many keats.

Require the interactive mode (requires the above)
(require 'keats-interactive)

0 comments on commit e4df396

Please sign in to comment.