File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ MELPA] ( https://melpa.org/packages/purescript-mode-badge.svg )] ( https://melpa.org/#/purescript-mode )
2
2
[ ![ Build Status] ( https://github.com/purescript-emacs/purescript-mode/workflows/CI/badge.svg )] ( https://github.com/purescript-emacs/purescript-mode/actions )
3
3
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.
25
5
26
6
Installation
27
7
------------
You can’t perform that action at this time.
0 commit comments