haskell: undefined error is gone

This commit is contained in:
Henrik Lissner 2016-04-19 02:39:57 -04:00
parent 451a02c7a8
commit 2aea001fac

View File

@ -10,9 +10,7 @@
(define-repl! haskell-mode switch-to-haskell)
(add-hook! haskell-mode '(interactive-haskell-mode flycheck-mode))
:config
(add-to-list 'completion-ignored-extensions ".hi")
;; haskell-mode complains that this function isn't defined, and it isn't!
(defun haskell-mode-after-save-handler ()))
(add-to-list 'completion-ignored-extensions ".hi"))
(use-package inf-haskell
:commands (inferior-haskell-mode inf-haskell-mode switch-to-haskell)