Skip to content

Commit

Permalink
Merge pull request #1380 from gracjan/pr-remove-m-p
Browse files Browse the repository at this point in the history
Remove controversial keybindings
  • Loading branch information
gracjan committed Jul 19, 2016
2 parents a7fb437 + b2e5abe commit 1dc18ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
(define-key map (kbd "C-c C-x") 'haskell-process-cabal)
(define-key map (kbd "C-c C-b") 'haskell-interactive-switch)
(define-key map (kbd "C-c C-z") 'haskell-interactive-switch)
(define-key map (kbd "M-n") 'haskell-goto-next-error)
(define-key map (kbd "M-p") 'haskell-goto-prev-error)
(define-key map (kbd "C-c M-p") 'haskell-goto-first-error)
map)
"Keymap for using `interactive-haskell-mode'.")

Expand Down

0 comments on commit 1dc18ce

Please sign in to comment.