Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Don't mention the editor plugins that are not well-supported in the R…
Browse files Browse the repository at this point in the history
…EADME (#652)

The Emacs mode most likely still works, but is not well-supported; the VS Code mode is hopelessly out of date, and will cause the computer to choke on hard proofs.
  • Loading branch information
jonsterling committed Mar 22, 2018
1 parent 709473b commit bf55a76
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,44 +54,6 @@ follows
Our best-supported editor is currently Vim.
See the RedPRL plugin under [vim/](vim/).

### Editor Support: Visual Studio Code

The easiest/most user-friendly way to get started is with [Visual Studio
Code](https://code.visualstudio.com); the [RedPRL
mode](https://marketplace.visualstudio.com/items?itemName=freebroccolo.redprl)
can be downloaded from the Marketplace.

### Editor Support: Emacs

We have support for interactive RedPRL development in Emacs.

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

The Emacs mode is a part of this repository. Additionally, it is available in
[MELPA](https://melpa.org/#/redprl).

The easiest way to install the package is from MELPA, using their [getting
started](https://melpa.org/#/getting-started) instructions. The package is named
`redprl`. It will probably be necessary to set the customization variable
`redprl-command` to the path to the `redprl` binary.

When `redprl-mode` is installed, files ending in `.prl` will automatically open
in the mode. If they do not, run `M-x redprl-mode`. The mode supports the
following features:


* Press `C-c C-l` to send the current development to RedPRL.

* Imenu (or wrappers such as `helm-imenu`) can be used to jump to definitions
in the buffer.

* Completion is supported for names of declarations in the current buffer.

* Flycheck is also supported, and can be used in lieu of `C-c C-l` if you like.
Be sure that either the `redprl` executable is in your path, or set
`flycheck-redprl-executable` in your own Emacs configuration.


### Contributing

If you'd like to help, the best place to start are issues with the following labels:
Expand Down

0 comments on commit bf55a76

Please sign in to comment.