aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config/config.org')
-rw-r--r--doom.d/config/config.org9
1 files changed, 0 insertions, 9 deletions
diff --git a/doom.d/config/config.org b/doom.d/config/config.org
index e77196d..f035346 100644
--- a/doom.d/config/config.org
+++ b/doom.d/config/config.org
@@ -340,15 +340,6 @@ each of the unit tests ran."
(after! (haskell-mode dante)
(setq dante-repl-command-line '("stack" "ghci")))
#+END_SRC
-** Ocaml
-Added ocaml-lsp support.
-#+BEGIN_SRC elisp
-(after! lsp
- (lsp-register-client
- (make-lsp-client :new-connection (lsp-stdio-connection "ocamllsp")
- :major-modes '(tuareg-mode)
- :server-id 'ocaml-lsp)))
-#+END_SRC
** FSharp
#+BEGIN_SRC elisp
(after! fsharp