diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/hs.el | 3 | ||||
-rw-r--r-- | conf/pkg.el | 2 |
2 files changed, 4 insertions, 1 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))) diff --git a/conf/pkg.el b/conf/pkg.el index 1602529..66d7c2f 100644 --- a/conf/pkg.el +++ b/conf/pkg.el @@ -14,7 +14,7 @@ org ess lua-mode - haskell-mode + haskell-mode ) "Default packages") |