Skip to content

Commit 978f78a

Browse files
authored
Merge pull request #64 from Hi-Angel/simplify-readme
Simplify readme
2 parents 23d99bf + 475620d commit 978f78a

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
11
[![MELPA](https://melpa.org/packages/purescript-mode-badge.svg)](https://melpa.org/#/purescript-mode)
22
[![Build Status](https://github.com/purescript-emacs/purescript-mode/workflows/CI/badge.svg)](https://github.com/purescript-emacs/purescript-mode/actions)
33

4-
PureScript Mode for Emacs
5-
----------------------
6-
7-
This is the PureScript mode package for Emacs.
8-
9-
To report problems or suggestions, please
10-
[open an issue](https://github.com/dysinger/purescript-mode/issues?state=open)
11-
in the issue tracker.
12-
13-
Below is a brief setup guide.
14-
15-
Quick Emacs rundown
16-
--------------------
17-
18-
When Emacs is started up, it normally loads the
19-
[Emacs initialization file](http://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html)
20-
usually called `~/.emacs`, `~/.emacs.el`, or `~/.emacs.d/init.el`;
21-
with `~` standing for for your home directory. This file should
22-
contain all of your personal customisations written as a series of
23-
Emacs Lisp commands. In the following sections, this file will simply
24-
be referred to as the `.emacs` file.
4+
This Emacs package provides indentation, syntax highlighting, and other facilities for PureScript language.
255

266
Installation
277
------------

0 commit comments

Comments
 (0)