We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0ea64 commit 828766bCopy full SHA for 828766b
inf-haskell.el
@@ -118,13 +118,13 @@ The format should be the same as for `compilation-error-regexp-alist'.")
118
;;; -> Make font lock work for strings, directories, hyperlinks
119
;;; -> Make font lock work for key words???
120
121
+(defvaralias 'inferior-haskell-mode-map 'inf-haskell-map)
122
+
123
(defvar inf-haskell-map
124
(let ((map (make-sparse-keymap)))
125
(define-key map "\C-c\C-d" 'comint-kill-subjob)
126
map))
127
-(defvaralias 'inferior-haskell-mode-map 'inf-haskell-map)
-
128
(define-derived-mode inferior-haskell-mode comint-mode "Inf-Haskell"
129
"Major mode for interacting with an inferior Haskell process."
130
:group 'inferior-haskell
0 commit comments