From 0b1cb2c27afed77244aa3f6c119eca93db694d0f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 6 Jun 2016 11:11:49 -0500 Subject: Moved to haskell intero. --- elisp/haskell-init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'elisp/haskell-init.el') diff --git a/elisp/haskell-init.el b/elisp/haskell-init.el index de0e0d4..5cc296c 100644 --- a/elisp/haskell-init.el +++ b/elisp/haskell-init.el @@ -5,7 +5,7 @@ ;; Require packages (require 'package-require) -(package-require '(haskell-mode ghc yasnippet haskell-snippets flycheck company company-ghc)) +(package-require '(haskell-mode yasnippet haskell-snippets flycheck company)) (require 'haskell) (require 'haskell-mode) @@ -13,8 +13,6 @@ (require 'haskell-snippets) (require 'company) -(add-to-list 'company-backends 'company-ghc) - (defun haskell-who-calls (&optional prompt) "Grep the codebase to see who uses the symbol at point." (interactive "P") -- cgit v1.2.3