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) (define-repl! haskell-mode switch-to-haskell)
(add-hook! haskell-mode '(interactive-haskell-mode flycheck-mode)) (add-hook! haskell-mode '(interactive-haskell-mode flycheck-mode))
:config :config
(add-to-list 'completion-ignored-extensions ".hi") (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 ()))
(use-package inf-haskell (use-package inf-haskell
:commands (inferior-haskell-mode inf-haskell-mode switch-to-haskell) :commands (inferior-haskell-mode inf-haskell-mode switch-to-haskell)