equal
deleted
inserted
replaced
49 (flycheck-disable-checker 'haskell-stack-ghc) |
49 (flycheck-disable-checker 'haskell-stack-ghc) |
50 (flycheck-clear t) |
50 (flycheck-clear t) |
51 (imenu-add-menubar-index) |
51 (imenu-add-menubar-index) |
52 (haskell-indentation-mode t) |
52 (haskell-indentation-mode t) |
53 (haskell-indentation-enable-show-indentations) |
53 (haskell-indentation-enable-show-indentations) |
|
54 (projectile-mode t) |
54 (stack-mode t) |
55 (stack-mode t) |
55 (subword-mode t) |
56 (subword-mode t) |
56 (capitalized-words-mode t) |
57 (capitalized-words-mode t) |
57 (interactive-haskell-mode t) |
58 ;; (interactive-haskell-mode t) |
58 |
59 |
59 (setq |
60 (setq |
60 haskell-stylish-on-save t |
61 haskell-stylish-on-save t |
61 haskell-indentation-layout-offset 4 |
62 haskell-indentation-layout-offset 4 |
62 haskell-indentation-left-offset 4 |
63 haskell-indentation-left-offset 4 |