File: CONTRIBUTING.md

package info (click to toggle)
haskell-mode 17.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,596 kB
  • sloc: lisp: 21,482; makefile: 104; sh: 59; objc: 13
file content (23 lines) | stat: -rw-r--r-- 878 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Welcome nice stranger!

Haskell Mode loves contributors and we strive to go extra length to
help out both newcomers and serial contributors.

Haskell Mode project is managed according to rules outlined in the wiki:

https://github.com/haskell/haskell-mode/wiki/Contributing

> When I started contributing to haskell-mode I had 0 experience in Elisp, but it was super easy to learn it.
> -- [geraldus, 2016-01-16](https://github.com/haskell/haskell-mode/issues/1086#issuecomment-172177949)

# Hacking on Haskell Mode

To try out your changes to Haskell Mode without affecting your global
Emacs installation, build Haskell Mode by running `make` here, and
then run

    emacs -L <path to this haskell-mode.git repo>

from any directory you'd like to test in. This makes Emacs load
Haskell Mode from this Git repo, instead of using any globally
installed version you might have.