chore: Minor sync with Dell machine config

This commit is contained in:
Vincent Ambo 2017-06-06 13:33:13 +02:00
parent af87ca21ee
commit 8f0949dbb2
3 changed files with 5 additions and 2 deletions

View file

@ -11,8 +11,7 @@
(interactive)
(define-key haskell-mode-map (kbd "C-c C-l") 'haskell-process-load-or-reload)
(define-key haskell-mode-map (kbd "C-c C-c") 'haskell-compile)
(define-key haskell-mode-map (kbd "C-r") 'haskell-interactive-bring)
(define-key haskell-mode-map (kbd "SPC") 'haskell-mode-contextual-space))
(define-key haskell-mode-map (kbd "C-r") 'haskell-interactive-bring))
(eval-after-load "haskell-mode"
'(haskell-mode-binding-setup))