diff --git a/modules/lang/haskell/autoload.el b/modules/lang/haskell/autoload.el index daf8ddc95..a6fc372e0 100644 --- a/modules/lang/haskell/autoload.el +++ b/modules/lang/haskell/autoload.el @@ -4,6 +4,7 @@ (defun +haskell/open-repl (&optional arg) "Opens a Haskell REPL." (interactive "P") + (require 'haskell-interactive-mode) (if-let (window (display-buffer (haskell-session-interactive-buffer (haskell-session))))