lang/haskell: fix ESC ESC keybind in REPL; move company-ghc to +dante
This commit is contained in:
parent
a9cbfc7f4e
commit
3e6d9cf03a
3 changed files with 16 additions and 17 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue