lang/haskell: mark intero as deprecated #2121
This commit is contained in:
parent
ae3316f0ae
commit
a4494800b8
3 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,8 @@
|
|||
(after! projectile
|
||||
(add-to-list 'projectile-project-root-files "stack.yaml"))
|
||||
|
||||
(cond ((featurep! +intero) (load! "+intero"))
|
||||
;; TODO ghcide?
|
||||
(cond ((featurep! +intero) (load! "+intero")) ; DEPRECATED
|
||||
((featurep! +dante) (load! "+dante"))
|
||||
((featurep! +lsp) (load! "+lsp")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue