summaryrefslogtreecommitdiff
path: root/emacs/inits/21-functional.el
diff options
context:
space:
mode:
authortslil clingman <>2024-01-23 22:06:24 +0100
committertslil clingman <>2024-01-23 22:07:05 +0100
commit848e40ef6e8bec2443e81e65d9b9f23cf53259a6 (patch)
tree39c9fa27acb0f222559c0cbada2b8e4d99d0c14b /emacs/inits/21-functional.el
parentf80b705ad62dd5e74c4ae287d8414ec319f96aed (diff)
[emacs] switch to eglot away from lsp
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