ghc-goto-next-error.

This commit is contained in:
Kazu Yamamoto
2014-03-20 15:32:54 +09:00
parent 3e64fb2935
commit 3f01b15a3e
3 changed files with 32 additions and 12 deletions

View File

@@ -74,9 +74,9 @@
(define-key haskell-mode-map ghc-expand-key 'ghc-expand-th)
;; (define-key haskell-mode-map ghc-jump-key 'ghc-flymake-jump) ;; fixme
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
;; (define-key haskell-mode-map ghc-previous-key 'flymake-goto-prev-error)
;; (define-key haskell-mode-map ghc-next-key 'flymake-goto-next-error)
(define-key haskell-mode-map ghc-help-key 'ghc-check-display-errors)
(define-key haskell-mode-map ghc-previous-key 'ghc-goto-prev-error)
(define-key haskell-mode-map ghc-next-key 'ghc-goto-next-error)
(define-key haskell-mode-map ghc-help-key 'ghc-display-errors)
(define-key haskell-mode-map ghc-insert-key 'ghc-insert-template)
(define-key haskell-mode-map ghc-sort-key 'ghc-sort-lines)
(define-key haskell-mode-map ghc-check-key 'ghc-save-buffer)