diff --git a/packs/dev/lang-pack/config/haskell-conf.el b/packs/dev/lang-pack/config/haskell-conf.el index 6eb61220a..cda330956 100644 --- a/packs/dev/lang-pack/config/haskell-conf.el +++ b/packs/dev/lang-pack/config/haskell-conf.el @@ -54,11 +54,6 @@ (define-key haskell-mode-map (kbd "C-c C-t") 'haskell-process-do-type) (define-key haskell-mode-map (kbd "C-c C-i") 'haskell-process-do-info) - ;; Contextually do clever things on the space key, in particular: - ;; 1. Complete imports, letting you choose the module name. - ;; 2. Show the type of the symbol after the space. - (define-key haskell-mode-map (kbd "SPC") 'haskell-mode-contextual-space) - ;; Jump to the imports. Keep tapping to jump between import ;; groups. C-u f8 to jump back again. (define-key haskell-mode-map [f8] 'haskell-navigate-imports) diff --git a/packs/stable/lang-pack/config/haskell-conf.el b/packs/stable/lang-pack/config/haskell-conf.el index 6eb61220a..cda330956 100644 --- a/packs/stable/lang-pack/config/haskell-conf.el +++ b/packs/stable/lang-pack/config/haskell-conf.el @@ -54,11 +54,6 @@ (define-key haskell-mode-map (kbd "C-c C-t") 'haskell-process-do-type) (define-key haskell-mode-map (kbd "C-c C-i") 'haskell-process-do-info) - ;; Contextually do clever things on the space key, in particular: - ;; 1. Complete imports, letting you choose the module name. - ;; 2. Show the type of the symbol after the space. - (define-key haskell-mode-map (kbd "SPC") 'haskell-mode-contextual-space) - ;; Jump to the imports. Keep tapping to jump between import ;; groups. C-u f8 to jump back again. (define-key haskell-mode-map [f8] 'haskell-navigate-imports)