elisp/haskell-intero-init.el
changeset 99 c50532aea1f3
parent 94 8f7bb9aba71a
equal deleted inserted replaced
98:3ec6517d5290 99:c50532aea1f3
    14 (require 'company)
    14 (require 'company)
    15 
    15 
    16 (add-hook 'haskell-mode-hook 'intero-mode)
    16 (add-hook 'haskell-mode-hook 'intero-mode)
    17 
    17 
    18 (setq
    18 (setq
       
    19  compile-command "stack build "
       
    20 
    19  haskell-stylish-on-save t
    21  haskell-stylish-on-save t
    20  haskell-indentation-layout-offset 4
    22  haskell-indentation-layout-offset 4
    21  haskell-indentation-left-offset 4
    23  haskell-indentation-left-offset 4
    22 
    24 
    23  haskell-notify-p t
    25  haskell-notify-p t