aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r--doom.d/modules/config.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org
index 3a5ac96..b186bb2 100644
--- a/doom.d/modules/config.org
+++ b/doom.d/modules/config.org
@@ -162,7 +162,6 @@ Set-up config for ivy-posframe, particularly for positions
(oreodave/themes/set-new-theme . ivy-posframe-display-at-frame-bottom-window-center)
(counsel-bookmark . ivy-posframe-display-at-frame-bottom-window-center))))
#+END_SRC
-
* Language Config
** C-style languages
Emacs doesn't have the full range of styles that I want, so lemme just do it myself.
@@ -358,6 +357,15 @@ 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
* Keymap
General keymap for leader
** Personal