mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
lang/haskell: fix ESC ESC keybind in REPL; move company-ghc to +dante
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
;;; lang/haskell/packages.el
|
||||
|
||||
(package! haskell-mode)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-ghc))
|
||||
|
||||
;;
|
||||
(cond ((featurep! +dante)
|
||||
(package! dante))
|
||||
(package! dante)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-ghc)))
|
||||
(t
|
||||
(package! intero)
|
||||
(package! hindent)))
|
||||
|
Reference in New Issue
Block a user