From 321afbb02c1f80d0f15a0f290a5c3e271de21280 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 28 Jan 2015 16:29:05 +0900 Subject: path to ghci on Windows --- .emacs.d/init-haskell.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init-haskell.el b/.emacs.d/init-haskell.el index abc2aa40..8e4d696c 100644 --- a/.emacs.d/init-haskell.el +++ b/.emacs.d/init-haskell.el @@ -38,6 +38,9 @@ (add-hook 'haskell-mode-hook 'spw/haskell-mode-hook) (add-hook 'after-save-hook 'spw/haskell-cabal-mode-save-hook) + ;; Set path to ghci on Windows + (setq haskell-process-path-ghci "C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin\\ghci") + (setq haskell-tags-on-save t haskell-process-suggest-remove-import-lines t)) -- cgit v1.2.3