summaryrefslogtreecommitdiff
path: root/conf/hs.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-01-08 22:26:39 -0500
committerKyle Meyer <meyerkya@gmail.com>2013-01-08 22:27:18 -0500
commit9bab9933e03eb01c3987471cc4587c7244f1d794 (patch)
tree06f67a10565fa8a7cdc03f1f85d62b9e9fb30ddf /conf/hs.el
parent9eb2c54d1bf628acff988ca0a920b02ba776bab7 (diff)
downloademacs.d-9bab9933e03eb01c3987471cc4587c7244f1d794.tar.gz
haskell-mode
Diffstat (limited to 'conf/hs.el')
-rw-r--r--conf/hs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/hs.el b/conf/hs.el
new file mode 100644
index 0000000..58bc2c8
--- /dev/null
+++ b/conf/hs.el
@@ -0,0 +1,3 @@
+;; randomly chose one of three given in help
+(custom-set-variables
+ '(haskell-mode-hook '(turn-on-haskell-indentation)))