Add OCaml config

This commit is contained in:
2026-03-12 13:08:52 +00:00
parent 33b44f11a0
commit 686d6c94b6

View File

@@ -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