Skip to content

Commit

Permalink
README: mention M-x t, and version support
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <[email protected]>
  • Loading branch information
thoughtpolice committed Apr 26, 2014
1 parent b893e81 commit 4f3c38b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ then add:

to your `.emacs`. You're done.

# Supported versions

`cryptol-mode` supports Cryptol 1 (tested with 1.8.27-1) and Cryptol 2
(tested with 2.0.0). The academic and evaluation versions of Cryptol 1
(1.8.23, 1.8.25) should work but may have other bugs.

# Usage

Open up any `.cry` file to get dropped into `cryptol-mode`
Expand All @@ -68,6 +74,9 @@ supported. Literate files are not yet supported.
Currently supported functionality is:

* Load the current file into the cryptol REPL: `C-c C-l`
* Insert type signature of top-level declaration under point: `M-x
t` (**Note**: This is only supported with Cryptol 1 at the
moment.)

This will expect the `cryptol` executable to be in your `$PATH`. You
can customize this (and various other aspects of the mode) by
Expand Down

0 comments on commit 4f3c38b

Please sign in to comment.