summaryrefslogtreecommitdiff
path: root/emacs/inits/21-functional.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/21-functional.el')
-rw-r--r--emacs/inits/21-functional.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs/inits/21-functional.el b/emacs/inits/21-functional.el
index 1eaa104..3bec067 100644
--- a/emacs/inits/21-functional.el
+++ b/emacs/inits/21-functional.el
@@ -1,10 +1,8 @@
-;; Time-stamp: <2023-01-18 20h56 CET (anker)>
+;; Time-stamp: <2024-01-23 21h50 CET (1c015732)>
;; -----------------------------------------------------------------------------
;; Haskell
-(use-package lsp-haskell :ensure t :defer)
-
(use-package haskell-mode
:ensure t
:bind (:map haskell-mode-map
@@ -26,7 +24,7 @@
(interactive-haskell-mode)
(turn-on-haskell-doc-mode)
(turn-on-haskell-decl-scan)
- (lsp)
+ (eglot-ensure)
(haskell-mode-stylish-buffer))))
:config
(setq haskell-doc-show-global-types t