Skip to content

Commit 0c7871f

Browse files
committed
README.md: remove "Quick Emacs rundown" section
The mode requires somewhat involved initial setup with configuring indentation-hooks (not to mention even using Melpa requires first adding it to `package-archives'), so as it stands it doesn't really target people who doesn't even know what an init file is. That chapter of README isn't really useful IMO, let's just remove it.
1 parent 30477b4 commit 0c7871f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33

44
This Emacs package provides indentation, syntax highlight and other facilities for PureScript language.
55

6-
Quick Emacs rundown
7-
--------------------
8-
9-
When Emacs is started up, it normally loads the
10-
[Emacs initialization file](http://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html)
11-
usually called `~/.emacs`, `~/.emacs.el`, or `~/.emacs.d/init.el`;
12-
with `~` standing for for your home directory. This file should
13-
contain all of your personal customisations written as a series of
14-
Emacs Lisp commands. In the following sections, this file will simply
15-
be referred to as the `.emacs` file.
16-
176
Installation
187
------------
198

0 commit comments

Comments
 (0)