From d399e7715b6f2f41b6dd61949a9245bdb99c2b87 Mon Sep 17 00:00:00 2001 From: Valentin Robert Date: Sat, 9 Sep 2017 11:31:49 -0700 Subject: [PATCH] inf-haskell: fix mode-map name --- modules/lang/haskell/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/haskell/config.el b/modules/lang/haskell/config.el index b634ecc82..975f84259 100644 --- a/modules/lang/haskell/config.el +++ b/modules/lang/haskell/config.el @@ -14,7 +14,7 @@ (autoload 'switch-to-haskell "inf-haskell" nil t) (after! inf-haskell - (map! :map inf-haskell-mode-map "ESC ESC" #'doom/popup-close))) + (map! :map inferior-haskell-mode-map "ESC ESC" #'doom/popup-close))) (def-package! company-ghc