Skip to content

Commit 4f235d7

Browse files
kritzcreekhdgarrood
authored andcommitted
Updates the Emacs section (#256)
Also removes some mentions of `psc-ide` which is no longer a thing (since it's been folded into the compiler binary)
1 parent 6eb280a commit 4f235d7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

ecosystem/Editor-and-tool-support.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@
77
- [nwolverson/atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript) provides build support, REPL, and autocomplete etc. via [psc-ide](https://github.com/purescript/purescript/tree/master/psc-ide)
88

99
#### Emacs
10-
Either use these two:
11-
- [dysinger/purescript-mode](https://github.com/dysinger/purescript-mode) was adapted from haskell-mode
12-
- [epost/psc-ide-emacs](https://github.com/epost/psc-ide-emacs) offers Emacs support for [psc-ide](https://github.com/purescript/purescript/tree/master/psc-ide)
13-
14-
Or these two, for a more minimal setup:
15-
16-
- [emacs-pe/purescript-mode](https://github.com/emacs-pe/purescript-mode) is an alpha-stage greenfield mode
17-
- [emacs-pe/flycheck-purescript](https://github.com/emacs-pe/flycheck-purescript) provides flycheck support.
10+
Install these two packages and follow the instructions in the `psc-ide-emacs` README.
11+
- [purescript-mode](https://github.com/purescript-emacs/purescript-mode) Syntax Highlighting and indentation (adapted from haskell-mode)
12+
- [psc-ide-emacs](https://github.com/purescript-emacs/psc-ide-emacs) Emacs plugin exposing the compilers IDE support
1813

1914
PSCI support via comint:
2015

21-
- [ardumont/psci-mode](https://github.com/ardumont/emacs-psci) is a REPL minor mode
16+
- [psci-mode](https://github.com/purescript-emacs/emacs-psci) is a REPL minor mode
2217

2318
Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/purescript).
2419

@@ -50,4 +45,4 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn
5045
- [purs-loader](https://github.com/ethul/purs-loader/) - PureScript loader for WebPack
5146
- [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window
5247
- [purescript-psa](https://github.com/natefaubion/purescript-psa) - A pretty, flexible error/warning reporting frontend for `psc` featuring colours, original source spans in errors, warning filtering and persistence.
53-
- [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects, that uses `psc-ide` to provide fast rebuilds.
48+
- [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects providing instant-rebuilds in an editor agnostic way

0 commit comments

Comments
 (0)