haskell: undefined error is gone
This commit is contained in:
parent
451a02c7a8
commit
2aea001fac
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue