From 8d5822d3423a289ce7e83a3bff0359dcdde9cd08 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sun, 3 Mar 2013 15:55:22 +0900 Subject: [PATCH] Updateing README. --- README | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README b/README index d177dd5..8428aa7 100644 --- a/README +++ b/README @@ -24,22 +24,15 @@ or (add-hook 'haskell-mode-hook (lambda () (ghc-init) (flymake-mode))) +Customization: -Changes: - - If you have customized GHC import-path like follows, - - (setq ghc-flymake-check-includes '("dir1" "dir2")) - - You may update your settings as follows. +An example to specify GHC options: (setq ghc-ghc-options '("-idir1" "-idir2")) - or +An example to specify HLint options: - (setq ghc-ghc-options '("-idir1:dir2")) - - Now, you can simply pass GHC options to ghc-mod sub-commands. + (setq ghc-hlint-options '("--ignore=Use camelCase")) For more information, see: