src.nth.io/

summaryrefslogtreecommitdiff
path: root/elisp/haskell-init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2016-06-06 11:11:49 -0500
committerLuke Hoersten <[email protected]>2016-06-06 11:11:49 -0500
commit0b1cb2c27afed77244aa3f6c119eca93db694d0f (patch)
treeb3ca9895aae3823c37fa7228e267444cf6888501 /elisp/haskell-init.el
parent25382f48b7f555d97594eb42c53fef7ddcc64def (diff)
Moved to haskell intero.
Diffstat (limited to 'elisp/haskell-init.el')
-rw-r--r--elisp/haskell-init.el4
1 files changed, 1 insertions, 3 deletions
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")