diff options
-rw-r--r-- | conf/hs.el | 3 | ||||
-rw-r--r-- | conf/pkg.el | 2 | ||||
-rw-r--r-- | init.el | 1 |
3 files changed, 5 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") @@ -10,4 +10,5 @@ (load "ibuf.el") (load "kb.el") (load "tex.el") +(load "hs.el") (message ":: Init complete") |