Merge pull request #198 from Ptival/master

inf-haskell: fix mode-map name
This commit is contained in:
Henrik Lissner 2017-09-09 20:55:29 +02:00 committed by GitHub
commit 353af2597b

View file

@ -14,7 +14,7 @@
(autoload 'switch-to-haskell "inf-haskell" nil t) (autoload 'switch-to-haskell "inf-haskell" nil t)
(after! inf-haskell (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 (def-package! company-ghc