mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
inf-haskell: fix mode-map name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user