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