From a5e4ceda24166c614f5052ca8a8fcc433b537d08 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 25 Nov 2016 14:09:27 -0800 Subject: [PATCH] [Emacs] Set haskell indent to 2 spaces --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) 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)