diff options
| author | Luke Hoersten <[email protected]> | 2017-09-20 14:12:46 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2017-09-20 14:12:46 -0500 |
| commit | 63f7dd98d49cabb5db9a1fbcec8de0704b22c4be (patch) | |
| tree | 06be8c329bd67f9e7b2fd725a4ff0a7309708423 /elisp | |
| parent | a9125b701a5f4cd71ea6f2685188f9d211777a52 (diff) | |
Added haskell compile command.
Diffstat (limited to 'elisp')
| -rw-r--r-- | elisp/haskell-intero-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elisp/haskell-intero-init.el b/elisp/haskell-intero-init.el index c6f6b90..74e29ca 100644 --- a/elisp/haskell-intero-init.el +++ b/elisp/haskell-intero-init.el @@ -16,6 +16,8 @@ (add-hook 'haskell-mode-hook 'intero-mode) (setq + compile-command "stack build " + haskell-stylish-on-save t haskell-indentation-layout-offset 4 haskell-indentation-left-offset 4 |
