configs/emacs: add ocaml stuff

This commit is contained in:
Aaron Bieber 2024-10-31 05:25:48 -06:00
parent c0c50990f1
commit 8cadcf0ece
No known key found for this signature in database

View File

@ -305,6 +305,21 @@ easier for me to treat it like a regular shell.
* Language Configurations * Language Configurations
** OCaml
#+begin_src emacs-lisp
(use-package ocamlformat
:custom (ocamlformat-enable 'enable-outside-detected-project)
:hook (before-save . ocamlformat-before-save))
(use-package tuareg
:mode ("\\.ml$" . tuareg-mode))
(use-package merlin
:config
(add-hook 'tuareg-mode-hook #'merlin-mode))
#+end_src
** firewall stuff ** firewall stuff
*** nftables *** nftables