From 686d6c94b6fc6ef5daf910b2e3bb4dff0dfa88ef Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 12 Mar 2026 13:08:52 +0000 Subject: [PATCH] Add OCaml config --- config.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.org b/config.org index eca2c59..a386236 100644 --- a/config.org +++ b/config.org @@ -1071,6 +1071,20 @@ (add-to-list 'auto-mode-alist '("\\.asm\\'" . fasm-mode)) #+end_src +** OCaml + For some reason the OCaml support package is called =tuareg=?? + + #+begin_src emacs-lisp + (use-package tuareg) + #+end_src + + OCaml also has its own build system, Dune. There's also a mode for + Dune's files: + + #+begin_src emacs-lisp + (use-package dune) + #+end_src + * Tool Integrations ** Git =magit= is truly a wonderful creation! Add keybinding for