diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 60c2442e..40ef3137 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2669,6 +2669,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 ;; Disable haskell-stylish-on-save, as it breaks flycheck highlighting. ;; NOTE: May not be true anymore - taksuyu 2015-10-06 haskell-stylish-on-save nil) + (setq haskell-indent-offset 2) (require 'flycheck) (delq 'haskell-stack-ghc flycheck-checkers) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)