Skip to content

Commit

Permalink
Don't load ghc-mod in haskell-mode-load
Browse files Browse the repository at this point in the history
  • Loading branch information
alang9 committed May 9, 2014
1 parent 431a995 commit f30aa0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions emacs.d/local/haskell-mode-load.el
Expand Up @@ -20,11 +20,6 @@

;; Haskell main editing mode key bindings.
(defun haskell-hook ()
;; ghc-mod
(autoload 'ghc-init "ghc" nil t)
(ghc-init)
(flymake-mode)

;; Use simple indentation.
(turn-on-haskell-simple-indent)
(define-key haskell-mode-map (kbd "<return>") 'haskell-simple-indent-newline-same-col)
Expand Down

0 comments on commit f30aa0f

Please sign in to comment.