mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor!(haskell): remove dante support
BREAKING CHANGE: Now that haskell-language-server is mature there is little reason not to pick it over dante.
This commit is contained in:
@ -46,5 +46,4 @@
|
||||
;;
|
||||
;;; Backends
|
||||
|
||||
(cond ((featurep! +dante) (load! "+dante"))
|
||||
((featurep! +lsp) (load! "+lsp")))
|
||||
(when (featurep! +lsp) (load! "+lsp"))
|
||||
|
Reference in New Issue
Block a user