From 396c39bafd79b2f6fe6c2c052b802c7d18a3160d Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 1 Dec 2023 15:54:39 +0100 Subject: OCaml: tuareg, utop, and merlin modes. --- smart-documents.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smart-documents.org b/smart-documents.org index ea29855..b13221d 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1022,6 +1022,9 @@ Python is included by default on most Linux distributions. #+BEGIN_SRC emacs-lisp :tangle yes (use-package tuareg) + (use-package merlin) + (add-hook 'tuareg-mode-hook #'merlin-mode) + (use-package utop) #+END_SRC *** Haskell -- cgit v1.2.3