diff options
author | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 15:54:39 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 15:54:39 +0100 |
commit | 396c39bafd79b2f6fe6c2c052b802c7d18a3160d (patch) | |
tree | e9c2cd79ebf01ba06f1e40cf8ddb801e0c89c081 | |
parent | dc743e2046c9e5d6354644adc842da1cde6546f8 (diff) |
OCaml: tuareg, utop, and merlin modes.
-rw-r--r-- | smart-documents.org | 3 |
1 files changed, 3 insertions, 0 deletions
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 |