File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- Welcome nice stranger!
1
+ # Welcome nice stranger!
2
2
3
3
Haskell Mode loves contributors and we strive to go extra length to
4
4
help out both newcomers and serial contributors.
@@ -9,3 +9,15 @@ https://github.com/haskell/haskell-mode/wiki/Contributing
9
9
10
10
> When I started contributing to haskell-mode I had 0 experience in Elisp, but it was super easy to learn it.
11
11
> -- [ geraldus, 2016-01-16] ( https://github.com/haskell/haskell-mode/issues/1086#issuecomment-172177949 )
12
+
13
+ # Hacking on Haskell Mode
14
+
15
+ To try out your changes to Haskell Mode without affecting your global
16
+ Emacs installation, build Haskell Mode by running ` make ` here, and
17
+ then run
18
+
19
+ emacs -L <path to this haskell-mode.git repo>
20
+
21
+ from any directory you'd like to test in. This makes Emacs load
22
+ Haskell Mode from this Git repo, instead of using any globally
23
+ installed version you might have.
You can’t perform that action at this time.
0 commit comments